Scraping and Saving Reddit


In [26]:
import requests
from bs4 import BeautifulSoup

In [27]:
# Grab the Reddit Homepage
headers = {'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36'}
response = requests.get("http://www.reddit.com", headers=headers)

In [28]:
# Feed it into BeautifulSoup
reddit = BeautifulSoup(response.text, 'html.parser')

In [38]:
#print(reddit)

In [39]:
#This is want I want to be able to change into a csv.

dict = [
        {'title': 'title of the post',
        'votes': 'number of votes',
        'subreddit': 'subreddit',   #/r/AskReddit 
        'timestamp': 'TIMESTAMP',   #2016-06-22T12:33:58+00:00
        'URL': 'URL',
        'URL-image': 'URL Thumbnail'},
        {'title': 'title of the post',
        'votes': 'number of votes',
        'subreddit': 'subreddit',   #/r/AskReddit 
        'timestamp': 'TIMESTAMP',   #2016-06-22T12:33:58+00:00
        'URL': 'URL',
        'URL-image': 'URL Thumbnail'}
       ]

In [40]:
one_sibling_up = reddit.find_all('div', {'class': 'clearleft'})

In [41]:
# because only every other clearleft has a post in it:
posts = [tag.find_next_sibling('div') for tag in one_sibling_up if tag.find_next_sibling('div')]

In [122]:
#Function to change the votes into int
def vote_count_int(x):
    if x == '•':
        return 0
    else:
        return int(x)

In [161]:
#Master transformation code
all_stories = []
for article in posts:
    #subreddits
    #excluding None Values that were breaking the code
    if article.find("a", {'class': 'subreddit hover may-blank' }) is None:        
        posts.remove(article) #all_stories.append("None")
    else:
        article_subreddit = article.find("a", {'class': 'subreddit hover may-blank' })
    #titles
    if article.find("a", {'class': 'title may-blank ' }) is None:        
        posts.remove(article) #all_stories.append("None")
    else:
        article_title = article.find("a", {'class': 'title may-blank ' }) 
    #votes
    if article.find("div", {'class': 'score unvoted' }) is None:
        posts.remove(article) #all_stories.append("None")    
    else:
        article_score = article.find("div", {'class': 'score unvoted' })
    #timestamp
    #if article.find("a", {'class': 'subreddit hover may-blank' }) is None:        
    #    posts.remove(article) #all_stories.append("None")
    #else:
    #    article_subreddit = article.find("a", {'class': 'subreddit hover may-blank' })  
    #URL
    if article.find("a", {'class': 'title may-blank ' }) is None:        
        posts.remove(article) #all_stories.append("None")
    else: #I stell need to deal with the Reddit links
        article_URL = URL.find("a", {'class': 'title may-blank ' }).get('href')
    #URL-image
    #if article.find("a", {'class': 'subreddit hover may-blank' }) is None:        
    #    posts.remove(article) #all_stories.append("None")
    #else:
    #    article_subreddit = article.find("a", {'class': 'subreddit hover may-blank' })
    #Dictionary
        article_subreddit_dict = {'title': article_title.string, 'subreddit': article_subreddit.string, \
                                  'votes': vote_count_int(article_score.string), 'URL': article_URL}
        all_stories.append(article_subreddit_dict)

In [ ]:


In [160]:
#Code to dive explore reddit links further
for URL in posts:
    article_URL = URL.find("a", {'class': 'title may-blank ' }).get('href')
    print(article_URL)
#print(article_URL)


/r/Showerthoughts/comments/4pg8rg/a_long_handshake_with_your_bro_is_the_nonverbal/
http://imgur.com/2SXZsKW
/r/movies/comments/4pg86p/spiderman_joins_spiderman_homecoming/
/r/Jokes/comments/4pg8ol/how_do_you_calculate_zero_with_a_computer/
/r/LifeProTips/comments/4pg8fw/lpt_start_with_the_end_it_is_hard_to_build_a/
/r/WritingPrompts/comments/4pg7ep/wp_patrick_batemanamerican_psycho_meets_tyler/
/r/pics/comments/4pg8hh/battle_of_fallujah_june_2016/
http://i.imgur.com/DsaZPtg.gifv
http://mahebiotech.com/
http://qevaz.com/unreleased-nirvana-songs-written-by-dave-grohl-leak
http://i.imgur.com/m0xCyiI.jpg
http://www.foxnews.com/us/2016/06/23/judge-rules-texas-prison-must-provide-inmates-with-safe-drinking-water.html
http://i.imgur.com/G5w1Sab.jpg
http://i.imgur.com/ZjlzDVz.jpg
http://www.vanityfair.com/hollywood/2016/06/matthew-mcconaughey-true-detective-season-3?mbid=social_twitter
http://www.bbc.co.uk/news/uk-politics-eu-referendum-36602702
http://imgur.com/4WOyQD5
/r/gifs/comments/4pdwqt/the_flip_of_all_flips/
https://i.imgur.com/yjbYPQQ.jpg
http://austin.blog.statesman.com/2015/10/20/texas-is-slang-for-crazy-in-norway/?ecmp=statesman_social_facebook_2014_sfp
https://www.youtube.com/watch?v=_TNSUIsjdpY&t=1s
http://imgur.com/0tp8I67.gifv
/r/EarthPorn/comments/4pddg1/thors_well_cape_perpetua_or_oc_5763x3832/
https://embed.gyazo.com/3a326d05a3b4b6d3c5848b69c14c543b.gif
/r/Jokes/comments/4pe443/its_the_end_of_the_2016_presidential_race/
http://www.theverge.com/2016/6/21/11984548/hyperloop-one-moscow-announcement-magomedov
http://money.cnn.com/2016/06/22/real_estate/rent-affordability-housing-harvard/
http://bbc.co.uk/news/world-us-canada-36597949
http://nypost.com/2015/08/14/lebron-james-pledges-87m-for-hometown-kids-to-attend-college/
http://imgur.com/ZTBz6Ff
/r/Showerthoughts/comments/4pcgk6/deodorant_companies_should_stop_advertising_last/
http://i.imgur.com/FYaZF3m.jpg
http://www.popmatters.com/post/rats-writing-and-the-nature-of-evil-a-night-with-stephen-king/

In [375]:


In [376]:
x = [votes.string for votes in div_class_midcol_unvoted]
x


Out[376]:
['•',
 '•',
 '•',
 '•',
 '•',
 '•',
 '•',
 '•',
 '•',
 '•',
 '3942',
 '5915',
 '5147',
 '6229',
 '6736',
 '5330',
 '4136',
 '3732',
 '5133',
 '2088',
 '3343',
 '5456',
 '5714',
 '3984',
 '5096',
 '4118',
 '3367',
 '5943',
 '3570',
 '2852',
 '4383',
 '4855',
 '4918',
 '5241',
 '3084']

In [ ]:


In [ ]:


In [303]:
all_stories


Out[303]:
[{'subreddit': '/r/personalfinance',
  'title': 'Best technique to building credit. Pay off each month or all at once?'},
 {'subreddit': '/r/personalfinance',
  'title': "At 23, I'm starting to pay attention to my finances. How much house can I afford, and any other advice welcome!"},
 {'subreddit': '/r/movies', 'title': 'Do we really need another hero film?'},
 {'subreddit': '/r/Showerthoughts',
  'title': "I'm pretty sure that the titular character in Cats and Dogs: The Revenge of Kitty Galore is supposed to be an odd reference to the Goldfinger character Pussy Galore"},
 {'subreddit': '/r/Jokes', 'title': 'The Greatest Yo Mama Joke'},
 {'subreddit': '/r/worldnews',
  'title': 'European Countries Attempt to Seek Justice for Syria Victims; Several, including Sweden, Germany, France and Finland, are investigating or prosecuting alleged perpetrators of grave crimes in Syria in the first attempts to seek justice for victims of the conflict which is now in its sixth year.'},
 {'subreddit': '/r/Showerthoughts',
  'title': 'Are there too many Final Fantasy games yet?'},
 {'subreddit': '/r/AskReddit',
  'title': "If Cesar Millan is the Dog Whisperer, what kind of 'whisperer' are you?"},
 {'subreddit': '/r/AskReddit',
  'title': 'How would you describe your significant other?'},
 {'subreddit': '/r/pics',
  'title': 'This pro wrestler looks like frasier on steroids'},
 {'subreddit': '/r/science',
  'title': 'Demand for abortions soars in countries hit by Zika outbreak, study finds'},
 {'subreddit': '/r/news',
  'title': '11 million Americans spend half their income on rent'},
 {'subreddit': '/r/videos',
  'title': 'Icelandic commentator loses his mind after his country, that has a population of only 330,000,win in the last minute and advance to the knockout stages'},
 {'subreddit': '/r/sports',
  'title': 'View of Cleveland for the Cavaliers parade'},
 {'subreddit': '/r/funny', 'title': 'T-Rex Arms'},
 {'subreddit': '/r/gaming',
  'title': 'For anyone who has recently bought, or is thinking about picking up Fallout: New Vegas'},
 {'subreddit': '/r/aww',
  'title': "My kitten constantly looks like she's having an existential crisis."},
 {'subreddit': '/r/space',
  'title': 'Harrison Schmitt, first scientist on the Moon, came to our school today'},
 {'subreddit': '/r/TwoXChromosomes',
  'title': "Free tampons and pads are coming to New York City's public schools, prisons and homeless shelters"},
 {'subreddit': '/r/Showerthoughts',
  'title': "There exists a set of finite actions that, if I performed them in the correct order, would make me a millionaire in a day. I just don't know what they are."},
 {'subreddit': '/r/todayilearned',
  'title': 'TIL that in 1997, 14 year old Nathan Zohner was able to get 43 out of 50 of his classmates to vote to ban "Dihydrogen Monoxide" for his science fair project. His project aimed to prove that the use of true facts can lead the ignorant public to false conclusions. He won first prize.'},
 {'subreddit': '/r/DIY', 'title': 'Custom Nintendo 64'},
 {'subreddit': '/r/personalfinance',
  'title': "My mom just left and I'm going to be homeless at the end of the month. I'm really scared and don't know what to do."},
 {'subreddit': '/r/Art',
  'title': '"Two clowns in the same circus" 16 x 12s oil on linen'},
 {'subreddit': '/r/AskReddit',
  'title': "What is the creepiest and most unexplainable paranormal experience you've ever had?"},
 {'subreddit': '/r/worldnews',
  'title': 'German government agrees to ban fracking indefinitely'},
 {'subreddit': '/r/tifu', 'title': 'TIFU By finishing my PhD.'},
 {'subreddit': '/r/IAmA',
  'title': 'I’m Tommy Chong, half of Cheech & Chong, founder of Chong’s Choice & 78 yr old comedian, director, writer, activist, dancer, and I forget the rest…AMA!'},
 {'subreddit': '/r/LifeProTips',
  'title': 'LPT: Make a distinct bend in your business card before dropping it in a bowl used for a drawing. The drawer is more likely to pick a card that sticks out rather than lays flat.'},
 {'subreddit': '/r/mildlyinteresting',
  'title': "Triggerfish got itself caught in my friend's knee brace while he was surfing yesterday."},
 {'subreddit': '/r/nottheonion',
  'title': 'For men, the importance of safe sex depends on how hot their partner is'},
 {'subreddit': '/r/photoshopbattles',
  'title': 'PsBattle: Peter Dinklage riding a scooter'},
 {'subreddit': '/r/food',
  'title': 'Hash Brown, Bacon, Egg & Cheese Breakfast Skillet'}]

In [ ]:


In [263]:
all_stories = []
for title in posts:
    #getting the title from the a_tag
    if title is None:
        continue
    story_title = title.find("a", {'class': 'title may-blank ' })
    all_stories.append(story_title.string)


---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
<ipython-input-263-927be3debaaa> in <module>()
      5         continue
      6     story_title = title.find("a", {'class': 'title may-blank ' })
----> 7     all_stories.append(story_title.string)

AttributeError: 'NoneType' object has no attribute 'string'

In [262]:
all_stories


Out[262]:
['Best technique to building credit. Pay off each month or all at once?',
 "At 23, I'm starting to pay attention to my finances. How much house can I afford, and any other advice welcome!",
 'Do we really need another hero film?',
 "I'm pretty sure that the titular character in Cats and Dogs: The Revenge of Kitty Galore is supposed to be an odd reference to the Goldfinger character Pussy Galore",
 'The Greatest Yo Mama Joke',
 'European Countries Attempt to Seek Justice for Syria Victims; Several, including Sweden, Germany, France and Finland, are investigating or prosecuting alleged perpetrators of grave crimes in Syria in the first attempts to seek justice for victims of the conflict which is now in its sixth year.',
 'Are there too many Final Fantasy games yet?',
 "If Cesar Millan is the Dog Whisperer, what kind of 'whisperer' are you?",
 'How would you describe your significant other?']

In [ ]:


In [223]:
all_stories = []
for title in posts:
    #getting the title from the a_tag
    if title is None:
        title == ""
    story_title = title.find("a", {'class': 'title may-blank ' })
    story_title = story_title
    story_dict = {'title': story_title}
    all_stories.append(story_dict)
all_stories

def xstr(s):
    if s is None:
        return ''
    return str(s)

for x in all_stories:
    print(x(xstr))


---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
<ipython-input-223-9dc986ece49a> in <module>()
     16 
     17 for x in all_stories:
---> 18     print(x(xstr))

TypeError: 'dict' object is not callable

In [ ]:


In [186]:
all_headlines = reddit.find_all("div", { 'class': 'sitetable linklisting' })

In [184]:
all_headlines


Out[184]:
[<div class="sitetable linklisting" id="siteTable"><div class=" thing id-t3_4pcfy4 odd gilded link " data-author="alitheboss55" data-author-fullname="t2_qef2g" data-domain="streamable.com" data-fullname="t3_4pcfy4" data-rank="1" data-subreddit="videos" data-subreddit-fullname="t5_2qh1e" data-timestamp="1466622651000" data-type="link" data-url="https://streamable.com/f6hj" id="thing_t3_4pcfy4" onclick="click_thing(this)"><p class="parent"></p><span class="rank">1</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">7234</div><div class="score unvoted">7235</div><div class="score likes">7236</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail may-blank " href="https://streamable.com/f6hj" rel=""><img alt="" height="39" src="//b.thumbs.redditmedia.com/IyazOsPmyEdDQKBX2QZHEY36_OT3U8-sIjeMe7H45bA.jpg" width="70"/></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="https://streamable.com/f6hj" rel="" tabindex="1">Icelandic commentator loses his mind after his country, that has a population of only 330,000,win in the last minute and advance to the knockout stages</a> <span class="domain">(<a href="/domain/streamable.com/">streamable.com</a>)</span></p><div class="expando-button collapsed video"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T19:10:51+00:00" title="Wed Jun 22 19:10:51 2016 UTC">6 hours ago</time> by <a class="author may-blank id-t2_qef2g" href="https://www.reddit.com/user/alitheboss55">alitheboss55</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/videos/">/r/videos</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/videos/comments/4pcfy4/icelandic_commentator_loses_his_mind_after_his/" rel="nofollow">3204 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pcfy4"></div><div class="expando expando-uninitialized" data-cachedhtml=' &lt;iframe src="//www.redditmedia.com/mediaembed/4pcfy4" id="media-embed-4pcfy4-na2" class="media-embed" width="610" height="348" border="0" frameBorder="0" scrolling="no" allowfullscreen&gt;&lt;/iframe&gt; ' style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div><div class="clearleft"></div><div class=" thing id-t3_4pcjja even link " data-author="magenta_placenta" data-author-fullname="t2_3bhyn" data-domain="money.cnn.com" data-fullname="t3_4pcjja" data-rank="2" data-subreddit="news" data-subreddit-fullname="t5_2qh3l" data-timestamp="1466623775000" data-type="link" data-url="http://money.cnn.com/2016/06/22/real_estate/rent-affordability-housing-harvard/" id="thing_t3_4pcjja" onclick="click_thing(this)"><p class="parent"></p><span class="rank">2</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">6147</div><div class="score unvoted">6148</div><div class="score likes">6149</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><div class="entry unvoted"><p class="title"><a class="title may-blank " href="http://money.cnn.com/2016/06/22/real_estate/rent-affordability-housing-harvard/" rel="" tabindex="1">11 million Americans spend half their income on rent</a> <span class="domain">(<a href="/domain/money.cnn.com/">money.cnn.com</a>)</span></p><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T19:29:35+00:00" title="Wed Jun 22 19:29:35 2016 UTC">6 hours ago</time> by <a class="author may-blank id-t2_3bhyn" href="https://www.reddit.com/user/magenta_placenta">magenta_placenta</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/news/">/r/news</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/news/comments/4pcjja/11_million_americans_spend_half_their_income_on/" rel="nofollow">4686 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pcjja"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div><div class="clearleft"></div><div class=" thing id-t3_4pcgs0 linkflair linkflair-basketball odd link " data-author="leavin_you_hangin" data-author-fullname="t2_ozfwd" data-domain="imgur.com" data-fullname="t3_4pcgs0" data-rank="3" data-subreddit="sports" data-subreddit-fullname="t5_2qgzy" data-timestamp="1466622922000" data-type="link" data-url="http://imgur.com/ZTBz6Ff" id="thing_t3_4pcgs0" onclick="click_thing(this)"><p class="parent"></p><span class="rank">3</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">5324</div><div class="score unvoted">5325</div><div class="score likes">5326</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail may-blank " href="http://imgur.com/ZTBz6Ff" rel=""><img alt="" height="70" src="//b.thumbs.redditmedia.com/XosNpNRRouyGfVepUXxlAGLuEBmvv45vvAv5pWZs_2o.jpg" width="70"/></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="http://imgur.com/ZTBz6Ff" rel="" tabindex="1">View of Cleveland for the Cavaliers parade</a><span class="linkflairlabel" title="Basketball">Basketball</span> <span class="domain">(<a href="/domain/imgur.com/">imgur.com</a>)</span></p><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T19:15:22+00:00" title="Wed Jun 22 19:15:22 2016 UTC">6 hours ago</time> by <a class="author may-blank id-t2_ozfwd" href="https://www.reddit.com/user/leavin_you_hangin">leavin_you_hangin</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/sports/">/r/sports</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/sports/comments/4pcgs0/view_of_cleveland_for_the_cavaliers_parade/" rel="nofollow">1284 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pcgs0"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div><div class="clearleft"></div><div class=" thing id-t3_4pc8cg even link " data-author="cakebeerandmorebeer" data-author-fullname="t2_j3x2i" data-domain="i.imgur.com" data-fullname="t3_4pc8cg" data-rank="4" data-subreddit="funny" data-subreddit-fullname="t5_2qh33" data-timestamp="1466620262000" data-type="link" data-url="http://i.imgur.com/nuRZv1O.gifv" id="thing_t3_4pc8cg" onclick="click_thing(this)"><p class="parent"></p><span class="rank">4</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">5974</div><div class="score unvoted">5975</div><div class="score likes">5976</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail may-blank " href="http://i.imgur.com/nuRZv1O.gifv" rel=""><img alt="" height="70" src="//a.thumbs.redditmedia.com/qT7PkIVnsieQ39kCxbnzf2NucgBHDExsa6bcJTR2oz8.jpg" width="70"/></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="http://i.imgur.com/nuRZv1O.gifv" rel="" tabindex="1">"I'm stuck...I'm stuck! Never mind...I got it!"</a> <span class="domain">(<a href="/domain/i.imgur.com/">i.imgur.com</a>)</span></p><div class="expando-button collapsed video"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T18:31:02+00:00" title="Wed Jun 22 18:31:02 2016 UTC">7 hours ago</time> by <a class="author may-blank id-t2_j3x2i" href="https://www.reddit.com/user/cakebeerandmorebeer">cakebeerandmorebeer</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/funny/">/r/funny</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/funny/comments/4pc8cg/im_stuckim_stuck_never_mindi_got_it/" rel="nofollow">444 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pc8cg"></div><div class="expando expando-uninitialized" data-cachedhtml=' &lt;div class="media-preview" id="media-preview-4pc8cg" style="max-width: 614px"&gt; &lt;div class="media-preview-content"&gt; &lt;a href="http://i.imgur.com/nuRZv1O.gifv" class="may-blank"&gt; &lt;video class="preview" preload="auto" autoplay="autoplay" muted="muted" loop="loop" webkit-playsinline="" style="width: 614px; height: 768px;"&gt; &lt;source src="https://g.redditmedia.com/S3JIEyhnGmnuJV6F_o-kkPPlI9V4VNP3UI2CACnGZ58.gif?w=614&amp;amp;fm=mp4&amp;amp;mp4-fragmented=false&amp;amp;s=e9169e4f7c1ef66daf4dc4ca2c8b583b" type="video/mp4"&gt; &lt;/video&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; ' style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div><div class="clearleft"></div><div class=" thing id-t3_4pd2ye linkflair linkflair-health linkflair-badpost odd link " data-author="NinjaDiscoJesus" data-author-fullname="t2_5qlsa" data-domain="theguardian.com" data-fullname="t3_4pd2ye" data-rank="5" data-subreddit="science" data-subreddit-fullname="t5_mouw" data-timestamp="1466630270000" data-type="link" data-url="https://www.theguardian.com/world/2016/jun/22/abortion-information-zika-virus-birth-defects-latin-america-study?CMP=twt_b-gdnnews" id="thing_t3_4pd2ye" onclick="click_thing(this)"><p class="parent"></p><span class="rank">5</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">3288</div><div class="score unvoted">3289</div><div class="score likes">3290</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail may-blank " href="https://www.theguardian.com/world/2016/jun/22/abortion-information-zika-virus-birth-defects-latin-america-study?CMP=twt_b-gdnnews" rel=""><img alt="" height="36" src="//a.thumbs.redditmedia.com/kCitwr5epSipHoGohW974Qiw2X69htM_DWMkJ8MHTX0.jpg" width="70"/></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="https://www.theguardian.com/world/2016/jun/22/abortion-information-zika-virus-birth-defects-latin-america-study?CMP=twt_b-gdnnews" rel="" tabindex="1">Demand for abortions soars in countries hit by Zika outbreak, study finds</a><span class="linkflairlabel" title="Health">Health</span> <span class="domain">(<a href="/domain/theguardian.com/">theguardian.com</a>)</span></p><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T21:17:50+00:00" title="Wed Jun 22 21:17:50 2016 UTC">4 hours ago</time> by <a class="author may-blank id-t2_5qlsa" href="https://www.reddit.com/user/NinjaDiscoJesus">NinjaDiscoJesus</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/science/">/r/science</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/science/comments/4pd2ye/demand_for_abortions_soars_in_countries_hit_by/" rel="nofollow">191 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pd2ye"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div><div class="clearleft"></div><div class=" thing id-t3_4pcz9m even link " data-author="Dongerding" data-author-fullname="t2_cjrty" data-domain="i.redd.it" data-fullname="t3_4pcz9m" data-rank="6" data-subreddit="pics" data-subreddit-fullname="t5_2qh0u" data-timestamp="1466628975000" data-type="link" data-url="/r/pics/comments/4pcz9m/this_pro_wrestler_looks_like_frasier_on_steroids/" id="thing_t3_4pcz9m" onclick="click_thing(this)"><p class="parent"></p><span class="rank">6</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">3152</div><div class="score unvoted">3153</div><div class="score likes">3154</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail may-blank " href="/r/pics/comments/4pcz9m/this_pro_wrestler_looks_like_frasier_on_steroids/" rel=""><img alt="" height="33" src="//b.thumbs.redditmedia.com/SXCNj-hxAbEZ-RB_jRmIUdO-7LrECm8EfXT81WO8bkI.jpg" width="70"/></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="/r/pics/comments/4pcz9m/this_pro_wrestler_looks_like_frasier_on_steroids/" rel="" tabindex="1">This pro wrestler looks like frasier on steroids</a> <span class="domain">(<a href="/domain/i.redd.it/">i.redd.it</a>)</span></p><div class="expando-button collapsed video"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T20:56:15+00:00" title="Wed Jun 22 20:56:15 2016 UTC">5 hours ago</time> by <a class="author may-blank id-t2_cjrty" href="https://www.reddit.com/user/Dongerding">Dongerding</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/pics/">/r/pics</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/pics/comments/4pcz9m/this_pro_wrestler_looks_like_frasier_on_steroids/" rel="nofollow">134 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pcz9m"></div><div class="expando expando-uninitialized" data-cachedhtml=' &lt;div class="media-preview" id="media-preview-4pcz9m" style="max-width: 1024px"&gt; &lt;div class="media-preview-content"&gt; &lt;a href="https://i.redd.it/2hthqts2nw4x.png" class="may-blank"&gt; &lt;img class="preview" src="https://i.redditmedia.com/kpZGbB3BE20z__cqfaGLv_zFGDzp_zQ7pzxeCj3WrJ8.png?w=1024&amp;amp;s=36b98f08304c3cece6c9646acc33836f" width="1024" height="496"&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; ' style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div><div class="clearleft"></div><div class=" thing id-t3_4pbr8b odd link self" data-author="i_like_yoghurt" data-author-fullname="t2_y6gtb" data-domain="self.Showerthoughts" data-fullname="t3_4pbr8b" data-rank="7" data-subreddit="Showerthoughts" data-subreddit-fullname="t5_2szyo" data-timestamp="1466615168000" data-type="link" data-url="/r/Showerthoughts/comments/4pbr8b/there_exists_a_set_of_finite_actions_that_if_i/" id="thing_t3_4pbr8b" onclick="click_thing(this)"><p class="parent"></p><span class="rank">7</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">5451</div><div class="score unvoted">5452</div><div class="score likes">5453</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail self may-blank " href="/r/Showerthoughts/comments/4pbr8b/there_exists_a_set_of_finite_actions_that_if_i/" rel="nofollow"></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="/r/Showerthoughts/comments/4pbr8b/there_exists_a_set_of_finite_actions_that_if_i/" rel="nofollow" tabindex="1">There exists a set of finite actions that, if I performed them in the correct order, would make me a millionaire in a day. I just don't know what they are.</a> <span class="domain">(<a href="/r/Showerthoughts/">self.Showerthoughts</a>)</span></p><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T17:06:08+00:00" title="Wed Jun 22 17:06:08 2016 UTC">8 hours ago</time> by <a class="author may-blank id-t2_y6gtb" href="https://www.reddit.com/user/i_like_yoghurt">i_like_yoghurt</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/Showerthoughts/">/r/Showerthoughts</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/Showerthoughts/comments/4pbr8b/there_exists_a_set_of_finite_actions_that_if_i/" rel="nofollow">1503 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pbr8b"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div><div class="clearleft"></div><div class=" thing id-t3_4pbpot even link " data-author="parlonida" data-author-fullname="t2_u25me" data-domain="en.wikipedia.org" data-fullname="t3_4pbpot" data-rank="8" data-subreddit="todayilearned" data-subreddit-fullname="t5_2qqjc" data-timestamp="1466614719000" data-type="link" data-url="https://en.wikipedia.org/wiki/Dihydrogen_monoxide_hoax#cite_ref-17" id="thing_t3_4pbpot" onclick="click_thing(this)"><p class="parent"></p><span class="rank">8</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">6031</div><div class="score unvoted">6032</div><div class="score likes">6033</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail may-blank " href="https://en.wikipedia.org/wiki/Dihydrogen_monoxide_hoax#cite_ref-17" rel=""><img alt="" height="70" src="//b.thumbs.redditmedia.com/GOQ5PBdkKVwKwz-VRDRofbvuB3qVmw36LqensM0EmOU.jpg" width="70"/></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="https://en.wikipedia.org/wiki/Dihydrogen_monoxide_hoax#cite_ref-17" rel="" tabindex="1">TIL that in 1997, 14 year old Nathan Zohner was able to get 43 out of 50 of his classmates to vote to ban "Dihydrogen Monoxide" for his science fair project. His project aimed to prove that the use of true facts can lead the ignorant public to false conclusions. He won first prize.</a> <span class="domain">(<a href="/domain/en.wikipedia.org/">en.wikipedia.org</a>)</span></p><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T16:58:39+00:00" title="Wed Jun 22 16:58:39 2016 UTC">8 hours ago</time> by <a class="author may-blank id-t2_u25me" href="https://www.reddit.com/user/parlonida">parlonida</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/todayilearned/">/r/todayilearned</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/todayilearned/comments/4pbpot/til_that_in_1997_14_year_old_nathan_zohner_was/" rel="nofollow">2767 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pbpot"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div><div class="clearleft"></div><div class=" thing id-t3_4pc8dh odd link " data-author="birdly420" data-author-fullname="t2_nqm2b" data-domain="i.reddituploads.com" data-fullname="t3_4pc8dh" data-rank="9" data-subreddit="aww" data-subreddit-fullname="t5_2qh1o" data-timestamp="1466620270000" data-type="link" data-url="https://i.reddituploads.com/279da42ef1c14c02a540bc02cc14b06a?fit=max&amp;h=1536&amp;w=1536&amp;s=a1f7537addf26a81d76501e62b3a04f2" id="thing_t3_4pc8dh" onclick="click_thing(this)"><p class="parent"></p><span class="rank">9</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">3448</div><div class="score unvoted">3449</div><div class="score likes">3450</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail may-blank " href="https://i.reddituploads.com/279da42ef1c14c02a540bc02cc14b06a?fit=max&amp;h=1536&amp;w=1536&amp;s=a1f7537addf26a81d76501e62b3a04f2" rel=""><img alt="" height="70" src="//b.thumbs.redditmedia.com/ppteCREpCRSug-8WFtVSAT0uDZuuVvmdXkdx9_L_lck.jpg" width="70"/></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="https://i.reddituploads.com/279da42ef1c14c02a540bc02cc14b06a?fit=max&amp;h=1536&amp;w=1536&amp;s=a1f7537addf26a81d76501e62b3a04f2" rel="" tabindex="1">My kitten constantly looks like she's having an existential crisis.</a> <span class="domain">(<a href="/domain/i.reddituploads.com/">i.reddituploads.com</a>)</span></p><div class="expando-button collapsed video"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T18:31:10+00:00" title="Wed Jun 22 18:31:10 2016 UTC">7 hours ago</time> by <a class="author may-blank id-t2_nqm2b" href="https://www.reddit.com/user/birdly420">birdly420</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/aww/">/r/aww</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/aww/comments/4pc8dh/my_kitten_constantly_looks_like_shes_having_an/" rel="nofollow">71 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pc8dh"></div><div class="expando expando-uninitialized" data-cachedhtml=' &lt;div class="media-preview" id="media-preview-4pc8dh" style="max-width: 576px"&gt; &lt;div class="media-preview-content"&gt; &lt;a href="https://i.reddituploads.com/279da42ef1c14c02a540bc02cc14b06a?fit=max&amp;amp;h=1536&amp;amp;w=1536&amp;amp;s=a1f7537addf26a81d76501e62b3a04f2" class="may-blank"&gt; &lt;img class="preview" src="https://i.redditmedia.com/Fz0b6_auRllkepgg_MmbwNMjYJj71_dqguRcHBMPPqE.jpg?w=576&amp;amp;s=1320b69c7c611509bfdc0696becf3530" width="576" height="768"&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; ' style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div><div class="clearleft"></div><div class=" thing id-t3_4pbhl1 linkflair linkflair-Housing even gilded link self" data-author="throwaway75238" data-author-fullname="t2_yxpgj" data-domain="self.personalfinance" data-fullname="t3_4pbhl1" data-rank="10" data-subreddit="personalfinance" data-subreddit-fullname="t5_2qstm" data-timestamp="1466612247000" data-type="link" data-url="/r/personalfinance/comments/4pbhl1/my_mom_just_left_and_im_going_to_be_homeless_at/" id="thing_t3_4pbhl1" onclick="click_thing(this)"><p class="parent"></p><span class="rank">10</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">5083</div><div class="score unvoted">5084</div><div class="score likes">5085</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><div class="entry unvoted"><p class="title"><a class="title may-blank " href="/r/personalfinance/comments/4pbhl1/my_mom_just_left_and_im_going_to_be_homeless_at/" rel="" tabindex="1">My mom just left and I'm going to be homeless at the end of the month. I'm really scared and don't know what to do.</a><span class="linkflairlabel" title="Housing">Housing</span> <span class="domain">(<a href="/r/personalfinance/">self.personalfinance</a>)</span></p><div class="expando-button collapsed selftext"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T16:17:27+00:00" title="Wed Jun 22 16:17:27 2016 UTC">9 hours ago</time> <time class="edited-timestamp" datetime="2016-06-22T20:37:09+00:00" title="last edited 5 hours ago">*</time> by <a class="author may-blank id-t2_yxpgj" href="https://www.reddit.com/user/throwaway75238">throwaway75238</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/personalfinance/">/r/personalfinance</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/personalfinance/comments/4pbhl1/my_mom_just_left_and_im_going_to_be_homeless_at/" rel="nofollow">1121 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pbhl1"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div><div class="clearleft"></div><div class=" thing id-t3_4pbvk5 linkflair linkflair-artwork odd gilded link " data-author="idezine123" data-author-fullname="t2_epusm" data-domain="i.redd.it" data-fullname="t3_4pbvk5" data-rank="11" data-subreddit="Art" data-subreddit-fullname="t5_2qh7a" data-timestamp="1466616463000" data-type="link" data-url="/r/Art/comments/4pbvk5/two_clowns_in_the_same_circus_16_x_12s_oil_on/" id="thing_t3_4pbvk5" onclick="click_thing(this)"><p class="parent"></p><span class="rank">11</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">4335</div><div class="score unvoted">4336</div><div class="score likes">4337</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail may-blank " href="/r/Art/comments/4pbvk5/two_clowns_in_the_same_circus_16_x_12s_oil_on/" rel=""><img alt="" height="46" src="//b.thumbs.redditmedia.com/p32PnbLD9t9hqvw9Q5X7eZS2tI7Ygqnh5K5MTxOERSE.jpg" width="70"/></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="/r/Art/comments/4pbvk5/two_clowns_in_the_same_circus_16_x_12s_oil_on/" rel="" tabindex="1">"Two clowns in the same circus" 16 x 12s oil on linen</a><span class="linkflairlabel" title="Artwork ">Artwork</span> <span class="domain">(<a href="/domain/i.redd.it/">i.redd.it</a>)</span></p><div class="expando-button collapsed video"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T17:27:43+00:00" title="Wed Jun 22 17:27:43 2016 UTC">8 hours ago</time> by <a class="author may-blank id-t2_epusm" href="https://www.reddit.com/user/idezine123">idezine123</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/Art/">/r/Art</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/Art/comments/4pbvk5/two_clowns_in_the_same_circus_16_x_12s_oil_on/" rel="nofollow">1677 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pbvk5"></div><div class="expando expando-uninitialized" data-cachedhtml=' &lt;div class="media-preview" id="media-preview-4pbvk5" style="max-width: 1024px"&gt; &lt;div class="media-preview-content"&gt; &lt;a href="https://i.redd.it/xip1d486mv4x.jpg" class="may-blank"&gt; &lt;img class="preview" src="https://i.redditmedia.com/rOx0Stv0Te8qB5F7KfXypoTbfJSXBTv-Vqem-F4xZcY.jpg?w=1024&amp;amp;s=ffc44f551bc6187638a4366374ddb043" width="1024" height="679"&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; ' style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div><div class="clearleft"></div><div class=" thing id-t3_4pbxkh even link " data-author="charliehoward" data-author-fullname="t2_xtop3" data-domain="imgur.com" data-fullname="t3_4pbxkh" data-rank="12" data-subreddit="DIY" data-subreddit-fullname="t5_2qh7d" data-timestamp="1466617038000" data-type="link" data-url="http://imgur.com/a/cGq5r" id="thing_t3_4pbxkh" onclick="click_thing(this)"><p class="parent"></p><span class="rank">12</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">3601</div><div class="score unvoted">3602</div><div class="score likes">3603</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail may-blank " href="http://imgur.com/a/cGq5r" rel=""><img alt="" height="52" src="//b.thumbs.redditmedia.com/oUAn6uciUKrIC73W6qPwWpLdwqrwdNfeXSKqLOZLyiQ.jpg" width="70"/></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="http://imgur.com/a/cGq5r" rel="" tabindex="1">Custom Nintendo 64</a> <span class="domain">(<a href="/domain/imgur.com/">imgur.com</a>)</span></p><div class="expando-button collapsed video"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T17:37:18+00:00" title="Wed Jun 22 17:37:18 2016 UTC">8 hours ago</time> by <a class="author may-blank id-t2_xtop3" href="https://www.reddit.com/user/charliehoward">charliehoward</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/DIY/">/r/DIY</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/DIY/comments/4pbxkh/custom_nintendo_64/" rel="nofollow">313 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pbxkh"></div><div class="expando expando-uninitialized" data-cachedhtml=' &lt;iframe src="//www.redditmedia.com/mediaembed/4pbxkh" id="media-embed-4pbxkh-xug" class="media-embed" width="560" height="560" border="0" frameBorder="0" scrolling="no" allowfullscreen&gt;&lt;/iframe&gt; ' style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div><div class="clearleft"></div><div class=" thing id-t3_4pcw7m linkflair linkflair-allstatus odd link " data-author="OPisactuallydog" data-author-fullname="t2_p52lw" data-domain="bbc.co.uk" data-fullname="t3_4pcw7m" data-rank="13" data-subreddit="TwoXChromosomes" data-subreddit-fullname="t5_2r2jt" data-timestamp="1466627893000" data-type="link" data-url="http://bbc.co.uk/news/world-us-canada-36597949" id="thing_t3_4pcw7m" onclick="click_thing(this)"><p class="parent"></p><span class="rank">13</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">1920</div><div class="score unvoted">1921</div><div class="score likes">1922</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><div class="entry unvoted"><p class="title"><a class="title may-blank " href="http://bbc.co.uk/news/world-us-canada-36597949" rel="" tabindex="1">Free tampons and pads are coming to New York City's public schools, prisons and homeless shelters</a><span class="linkflairlabel" title="/r/all">/r/all</span> <span class="domain">(<a href="/domain/bbc.co.uk/">bbc.co.uk</a>)</span></p><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T20:38:13+00:00" title="Wed Jun 22 20:38:13 2016 UTC">5 hours ago</time> by <a class="author may-blank id-t2_p52lw" href="https://www.reddit.com/user/OPisactuallydog">OPisactuallydog</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/TwoXChromosomes/">/r/TwoXChromosomes</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/TwoXChromosomes/comments/4pcw7m/free_tampons_and_pads_are_coming_to_new_york/" rel="nofollow">194 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pcw7m"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div><div class="clearleft"></div><div class=" thing id-t3_4pbew0 even link " data-author="syrupdash" data-author-fullname="t2_aapd2" data-domain="i.imgur.com" data-fullname="t3_4pbew0" data-rank="14" data-subreddit="gaming" data-subreddit-fullname="t5_2qh03" data-timestamp="1466611424000" data-type="link" data-url="http://i.imgur.com/r7umZnt.jpg" id="thing_t3_4pbew0" onclick="click_thing(this)"><p class="parent"></p><span class="rank">14</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">4518</div><div class="score unvoted">4519</div><div class="score likes">4520</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail may-blank " href="http://i.imgur.com/r7umZnt.jpg" rel=""><img alt="" height="39" src="//b.thumbs.redditmedia.com/8oaBpeVbDmafM6aMBn0Rl6XQROzqrkkVLVO7YPMflMo.jpg" width="70"/></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="http://i.imgur.com/r7umZnt.jpg" rel="" tabindex="1">First World Anarchist</a> <span class="domain">(<a href="/domain/i.imgur.com/">i.imgur.com</a>)</span></p><div class="expando-button collapsed video"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T16:03:44+00:00" title="Wed Jun 22 16:03:44 2016 UTC">9 hours ago</time> by <a class="author may-blank id-t2_aapd2" href="https://www.reddit.com/user/syrupdash">syrupdash</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/gaming/">/r/gaming</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/gaming/comments/4pbew0/first_world_anarchist/" rel="nofollow">746 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pbew0"></div><div class="expando expando-uninitialized" data-cachedhtml=' &lt;div class="media-preview" id="media-preview-4pbew0" style="max-width: 1024px"&gt; &lt;div class="media-preview-content"&gt; &lt;a href="http://i.imgur.com/r7umZnt.jpg" class="may-blank"&gt; &lt;img class="preview" src="https://i.redditmedia.com/3N0jPeOV3w1Ia3Q9BnufKBE7cSjf8lkUI4t5fV6uMpk.jpg?w=1024&amp;amp;s=de13b6b614026a7dcf986c081f2c4f86" width="1024" height="576"&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; ' style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div><div class="clearleft"></div><div class=" thing id-t3_4panw5 odd link " data-author="JackassWhisperer" data-author-fullname="t2_fmxqm" data-domain="reuters.com" data-fullname="t3_4panw5" data-rank="15" data-subreddit="worldnews" data-subreddit-fullname="t5_2qh13" data-timestamp="1466602480000" data-type="link" data-url="http://www.reuters.com/article/us-germany-fracking-idUSKCN0Z71YY" id="thing_t3_4panw5" onclick="click_thing(this)"><p class="parent"></p><span class="rank">15</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">5983</div><div class="score unvoted">5984</div><div class="score likes">5985</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><div class="entry unvoted"><p class="title"><a class="title may-blank " href="http://www.reuters.com/article/us-germany-fracking-idUSKCN0Z71YY" rel="" tabindex="1">German government agrees to ban fracking indefinitely</a> <span class="domain">(<a href="/domain/reuters.com/">reuters.com</a>)</span></p><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T13:34:40+00:00" title="Wed Jun 22 13:34:40 2016 UTC">12 hours ago</time> by <a class="author may-blank id-t2_fmxqm" href="https://www.reddit.com/user/JackassWhisperer">JackassWhisperer</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/worldnews/">/r/worldnews</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/worldnews/comments/4panw5/german_government_agrees_to_ban_fracking/" rel="nofollow">2511 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4panw5"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div><div class="clearleft"></div><div class=" thing id-t3_4pbffj linkflair linkflair-M even link self" data-author="golonrisa" data-author-fullname="t2_ouiog" data-domain="self.tifu" data-fullname="t3_4pbffj" data-rank="16" data-subreddit="tifu" data-subreddit-fullname="t5_2to41" data-timestamp="1466611589000" data-type="link" data-url="/r/tifu/comments/4pbffj/tifu_by_finishing_my_phd/" id="thing_t3_4pbffj" onclick="click_thing(this)"><p class="parent"></p><span class="rank">16</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">3440</div><div class="score unvoted">3441</div><div class="score likes">3442</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><div class="entry unvoted"><p class="title"><a class="title may-blank " href="/r/tifu/comments/4pbffj/tifu_by_finishing_my_phd/" rel="" tabindex="1">TIFU By finishing my PhD.</a><span class="linkflairlabel" title="M">M</span> <span class="domain">(<a href="/r/tifu/">self.tifu</a>)</span></p><div class="expando-button collapsed selftext"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T16:06:29+00:00" title="Wed Jun 22 16:06:29 2016 UTC">9 hours ago</time> <time class="edited-timestamp" datetime="2016-06-23T01:42:14+00:00" title="last edited 14 minutes ago">*</time> by <a class="author may-blank id-t2_ouiog" href="https://www.reddit.com/user/golonrisa">golonrisa</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/tifu/">/r/tifu</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/tifu/comments/4pbffj/tifu_by_finishing_my_phd/" rel="nofollow">1019 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pbffj"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div><div class="clearleft"></div><div class=" thing id-t3_4pc3xy odd link self" data-author="eshoves14" data-author-fullname="t2_9drig" data-domain="self.AskReddit" data-fullname="t3_4pc3xy" data-rank="17" data-subreddit="AskReddit" data-subreddit-fullname="t5_2qh1i" data-timestamp="1466618944000" data-type="link" data-url="/r/AskReddit/comments/4pc3xy/what_is_the_creepiest_and_most_unexplainable/" id="thing_t3_4pc3xy" onclick="click_thing(this)"><p class="parent"></p><span class="rank">17</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">2301</div><div class="score unvoted">2302</div><div class="score likes">2303</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><div class="entry unvoted"><p class="title"><a class="title may-blank " href="/r/AskReddit/comments/4pc3xy/what_is_the_creepiest_and_most_unexplainable/" rel="" tabindex="1">What is the creepiest and most unexplainable paranormal experience you've ever had?</a> <span class="domain">(<a href="/r/AskReddit/">self.AskReddit</a>)</span></p><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T18:09:04+00:00" title="Wed Jun 22 18:09:04 2016 UTC">7 hours ago</time> by <a class="author may-blank id-t2_9drig" href="https://www.reddit.com/user/eshoves14">eshoves14</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/AskReddit/">/r/AskReddit</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/AskReddit/comments/4pc3xy/what_is_the_creepiest_and_most_unexplainable/" rel="nofollow">2095 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pc3xy"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div><div class="clearleft"></div><div class=" thing id-t3_4pay8c even link self" data-author="CanIGetAWotM8" data-author-fullname="t2_rrkkr" data-domain="self.LifeProTips" data-fullname="t3_4pay8c" data-rank="18" data-subreddit="LifeProTips" data-subreddit-fullname="t5_2s5oq" data-timestamp="1466606052000" data-type="link" data-url="/r/LifeProTips/comments/4pay8c/lpt_make_a_distinct_bend_in_your_business_card/" id="thing_t3_4pay8c" onclick="click_thing(this)"><p class="parent"></p><span class="rank">18</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">4429</div><div class="score unvoted">4430</div><div class="score likes">4431</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail self may-blank " href="/r/LifeProTips/comments/4pay8c/lpt_make_a_distinct_bend_in_your_business_card/" rel="nofollow"></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="/r/LifeProTips/comments/4pay8c/lpt_make_a_distinct_bend_in_your_business_card/" rel="nofollow" tabindex="1">LPT: Make a distinct bend in your business card before dropping it in a bowl used for a drawing. The drawer is more likely to pick a card that sticks out rather than lays flat.</a> <span class="domain">(<a href="/r/LifeProTips/">self.LifeProTips</a>)</span></p><div class="expando-button collapsed selftext"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T14:34:12+00:00" title="Wed Jun 22 14:34:12 2016 UTC">11 hours ago</time> by <a class="author may-blank id-t2_rrkkr" href="https://www.reddit.com/user/CanIGetAWotM8">CanIGetAWotM8</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/LifeProTips/">/r/LifeProTips</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/LifeProTips/comments/4pay8c/lpt_make_a_distinct_bend_in_your_business_card/" rel="nofollow">785 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pay8c"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div><div class="clearleft"></div><div class=" thing id-t3_4parc7 linkflair linkflair-business odd link self" data-author="studentloanhero" data-author-fullname="t2_b80vk" data-domain="self.IAmA" data-fullname="t3_4parc7" data-rank="19" data-subreddit="IAmA" data-subreddit-fullname="t5_2qzb6" data-timestamp="1466603721000" data-type="link" data-url="/r/IAmA/comments/4parc7/i_created_a_startup_that_helps_people_pay_off/" id="thing_t3_4parc7" onclick="click_thing(this)"><p class="parent"></p><span class="rank">19</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">4537</div><div class="score unvoted">4538</div><div class="score likes">4539</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail self may-blank " href="/r/IAmA/comments/4parc7/i_created_a_startup_that_helps_people_pay_off/" rel=""></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="/r/IAmA/comments/4parc7/i_created_a_startup_that_helps_people_pay_off/" rel="" tabindex="1">I created a startup that helps people pay off their student loans. AMA!</a><span class="linkflairlabel" title="Business">Business</span> <span class="domain">(<a href="/r/IAmA/">self.IAmA</a>)</span></p><div class="expando-button collapsed selftext"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T13:55:21+00:00" title="Wed Jun 22 13:55:21 2016 UTC">12 hours ago</time> <time class="edited-timestamp" datetime="2016-06-22T22:11:25+00:00" title="last edited 3 hours ago">*</time> by <a class="author may-blank id-t2_b80vk" href="https://www.reddit.com/user/studentloanhero">studentloanhero</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/IAmA/">/r/IAmA</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/IAmA/comments/4parc7/i_created_a_startup_that_helps_people_pay_off/" rel="nofollow">2202 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4parc7"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div><div class="clearleft"></div><div class=" thing id-t3_4pam6a even link " data-author="ken27238" data-author-fullname="t2_69mz7" data-domain="arstechnica.com" data-fullname="t3_4pam6a" data-rank="20" data-subreddit="nottheonion" data-subreddit-fullname="t5_2qnts" data-timestamp="1466601833000" data-type="link" data-url="http://arstechnica.com/science/2016/06/for-men-the-importance-of-safe-sex-depends-on-how-hot-their-partner-is/" id="thing_t3_4pam6a" onclick="click_thing(this)"><p class="parent"></p><span class="rank">20</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">4971</div><div class="score unvoted">4972</div><div class="score likes">4973</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail may-blank " href="http://arstechnica.com/science/2016/06/for-men-the-importance-of-safe-sex-depends-on-how-hot-their-partner-is/" rel=""><img alt="" height="52" src="//b.thumbs.redditmedia.com/eM_f1SKssiVX7FQRYP803V5KTTR-5t3OSgt6JbkpEkI.jpg" width="70"/></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="http://arstechnica.com/science/2016/06/for-men-the-importance-of-safe-sex-depends-on-how-hot-their-partner-is/" rel="" tabindex="1">For men, the importance of safe sex depends on how hot their partner is</a> <span class="domain">(<a href="/domain/arstechnica.com/">arstechnica.com</a>)</span></p><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T13:23:53+00:00" title="Wed Jun 22 13:23:53 2016 UTC">12 hours ago</time> by <a class="author may-blank id-t2_69mz7" href="https://www.reddit.com/user/ken27238">ken27238</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/nottheonion/">/r/nottheonion</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/nottheonion/comments/4pam6a/for_men_the_importance_of_safe_sex_depends_on_how/" rel="nofollow">3716 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pam6a"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div><div class="clearleft"></div><div class=" thing id-t3_4pcngg odd link " data-author="zorzurafi" data-author-fullname="t2_ktppy" data-domain="i.imgur.com" data-fullname="t3_4pcngg" data-rank="21" data-subreddit="mildlyinteresting" data-subreddit-fullname="t5_2ti4h" data-timestamp="1466625028000" data-type="link" data-url="http://i.imgur.com/HBzAlge.jpg" id="thing_t3_4pcngg" onclick="click_thing(this)"><p class="parent"></p><span class="rank">21</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">1524</div><div class="score unvoted">1525</div><div class="score likes">1526</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail may-blank " href="http://i.imgur.com/HBzAlge.jpg" rel=""><img alt="" height="70" src="//b.thumbs.redditmedia.com/bbw0etUrtbY03jKuUsb8U4ap9yjUGJWu8e9-Roux5dg.jpg" width="70"/></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="http://i.imgur.com/HBzAlge.jpg" rel="" tabindex="1">One of my gummy bears turned out a little strange...</a> <span class="domain">(<a href="/domain/i.imgur.com/">i.imgur.com</a>)</span></p><div class="expando-button collapsed video"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T19:50:28+00:00" title="Wed Jun 22 19:50:28 2016 UTC">6 hours ago</time> by <a class="author may-blank id-t2_ktppy" href="https://www.reddit.com/user/zorzurafi">zorzurafi</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/mildlyinteresting/">/r/mildlyinteresting</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/mildlyinteresting/comments/4pcngg/one_of_my_gummy_bears_turned_out_a_little_strange/" rel="nofollow">94 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pcngg"></div><div class="expando expando-uninitialized" data-cachedhtml=' &lt;div class="media-preview" id="media-preview-4pcngg" style="max-width: 576px"&gt; &lt;div class="media-preview-content"&gt; &lt;a href="http://i.imgur.com/HBzAlge.jpg" class="may-blank"&gt; &lt;img class="preview" src="https://i.redditmedia.com/Is4gijaAs13V6vxfTW_luw-FhoRwknQjNW8xegRsLck.jpg?w=576&amp;amp;s=684b6b46601558fe7f8d11d19f6118e0" width="576" height="768"&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; ' style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div><div class="clearleft"></div><div class=" thing id-t3_4paimu linkflair linkflair-soft-lock even link " data-author="_korbendallas_" data-author-fullname="t2_iqgmk" data-domain="i.imgur.com" data-fullname="t3_4paimu" data-rank="22" data-subreddit="photoshopbattles" data-subreddit-fullname="t5_2tecy" data-timestamp="1466600445000" data-type="link" data-url="http://i.imgur.com/vrMkgxQ.jpg" id="thing_t3_4paimu" onclick="click_thing(this)"><p class="parent"></p><span class="rank">22</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">5243</div><div class="score unvoted">5244</div><div class="score likes">5245</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail may-blank " href="http://i.imgur.com/vrMkgxQ.jpg" rel=""><img alt="" height="70" src="//b.thumbs.redditmedia.com/scESvIJJHeAPC5MxSIS4rJRciOmxa9APzUygVQbxCOQ.jpg" width="70"/></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="http://i.imgur.com/vrMkgxQ.jpg" rel="" tabindex="1">PsBattle: Peter Dinklage riding a scooter</a><span class="linkflairlabel" title="Photoshops Only Mode | Cutout in Comments">Photoshops Only Mode | Cutout in Comments</span> <span class="domain">(<a href="/domain/i.imgur.com/">i.imgur.com</a>)</span></p><div class="expando-button collapsed video"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T13:00:45+00:00" title="Wed Jun 22 13:00:45 2016 UTC">12 hours ago</time> by <a class="author may-blank id-t2_iqgmk" href="https://www.reddit.com/user/_korbendallas_">_korbendallas_</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/photoshopbattles/">/r/photoshopbattles</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/photoshopbattles/comments/4paimu/psbattle_peter_dinklage_riding_a_scooter/" rel="nofollow">486 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4paimu"></div><div class="expando expando-uninitialized" data-cachedhtml=' &lt;div class="media-preview" id="media-preview-4paimu" style="max-width: 615px"&gt; &lt;div class="media-preview-content"&gt; &lt;a href="http://i.imgur.com/vrMkgxQ.jpg" class="may-blank"&gt; &lt;img class="preview" src="https://i.redditmedia.com/BU0QybMYOxY7_7ezw1Q9lAKF8ACd6egANq9Ud3asR_M.png?w=615&amp;amp;s=4c539da8577828a2de0eacca260bf38a" width="615" height="768"&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; ' style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div><div class="clearleft"></div><div class=" thing id-t3_4padlt odd link " data-author="jaykirsch" data-author-fullname="t2_snpqs" data-domain="i.imgur.com" data-fullname="t3_4padlt" data-rank="23" data-subreddit="OldSchoolCool" data-subreddit-fullname="t5_2tycb" data-timestamp="1466598383000" data-type="link" data-url="http://i.imgur.com/100VGtu.jpg" id="thing_t3_4padlt" onclick="click_thing(this)"><p class="parent"></p><span class="rank">23</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">5469</div><div class="score unvoted">5470</div><div class="score likes">5471</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail may-blank " href="http://i.imgur.com/100VGtu.jpg" rel=""><img alt="" height="68" src="//b.thumbs.redditmedia.com/9Y1U2tPNXrBUGMUcRdPIwoIPWYlqJjGwdSeQ_l-whFc.jpg" width="70"/></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="http://i.imgur.com/100VGtu.jpg" rel="" tabindex="1">Albert Einstein and Charlie Chaplain, 1931</a> <span class="domain">(<a href="/domain/i.imgur.com/">i.imgur.com</a>)</span></p><div class="expando-button collapsed video"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T12:26:23+00:00" title="Wed Jun 22 12:26:23 2016 UTC">13 hours ago</time> by <a class="author may-blank id-t2_snpqs" href="https://www.reddit.com/user/jaykirsch">jaykirsch</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/OldSchoolCool/">/r/OldSchoolCool</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/OldSchoolCool/comments/4padlt/albert_einstein_and_charlie_chaplain_1931/" rel="nofollow">664 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4padlt"></div><div class="expando expando-uninitialized" data-cachedhtml=' &lt;div class="media-preview" id="media-preview-4padlt" style="max-width: 671px"&gt; &lt;div class="media-preview-content"&gt; &lt;a href="http://i.imgur.com/100VGtu.jpg" class="may-blank"&gt; &lt;img class="preview" src="https://i.redditmedia.com/baDo7rqct6CN79AmJxbx8UaGsMKlCfSwEgNt_1N5XYM.jpg?w=671&amp;amp;s=04ab58a29785c4c968c29497072e22bb" width="671" height="654"&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; ' style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div><div class="clearleft"></div><div class=" thing id-t3_4pb2jh linkflair linkflair-Engineering even link self" data-author="KyleHooks" data-author-fullname="t2_n6fry" data-domain="self.explainlikeimfive" data-fullname="t3_4pb2jh" data-rank="24" data-subreddit="explainlikeimfive" data-subreddit-fullname="t5_2sokd" data-timestamp="1466607522000" data-type="link" data-url="/r/explainlikeimfive/comments/4pb2jh/eli5_why_tunnels_that_go_underground_dont_flood/" id="thing_t3_4pb2jh" onclick="click_thing(this)"><p class="parent"></p><span class="rank">24</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">3169</div><div class="score unvoted">3170</div><div class="score likes">3171</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><div class="entry unvoted"><p class="title"><a class="title may-blank " href="/r/explainlikeimfive/comments/4pb2jh/eli5_why_tunnels_that_go_underground_dont_flood/" rel="" tabindex="1">ELI5: Why tunnels that go underground don't flood when it rains</a><span class="linkflairlabel" title="Engineering">Engineering</span> <span class="domain">(<a href="/r/explainlikeimfive/">self.explainlikeimfive</a>)</span></p><div class="expando-button collapsed selftext"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T14:58:42+00:00" title="Wed Jun 22 14:58:42 2016 UTC">10 hours ago</time> <time class="edited-timestamp" datetime="2016-06-22T15:20:04+00:00" title="last edited 10 hours ago">*</time> by <a class="author may-blank id-t2_n6fry" href="https://www.reddit.com/user/KyleHooks">KyleHooks</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/explainlikeimfive/">/r/explainlikeimfive</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/explainlikeimfive/comments/4pb2jh/eli5_why_tunnels_that_go_underground_dont_flood/" rel="nofollow">556 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pb2jh"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div><div class="clearleft"></div><div class=" thing id-t3_4paiyy linkflair linkflair-poster odd link " data-author="filmfanatic5" data-author-fullname="t2_lonuo" data-domain="i.redd.it" data-fullname="t3_4paiyy" data-rank="25" data-subreddit="movies" data-subreddit-fullname="t5_2qh3s" data-timestamp="1466600575000" data-type="link" data-url="/r/movies/comments/4paiyy/power_rangers_teaser_poster/" id="thing_t3_4paiyy" onclick="click_thing(this)"><p class="parent"></p><span class="rank">25</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">4372</div><div class="score unvoted">4373</div><div class="score likes">4374</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail may-blank " href="/r/movies/comments/4paiyy/power_rangers_teaser_poster/" rel=""><img alt="" height="70" src="//b.thumbs.redditmedia.com/rYIZBMfsCMYPwfjUW4HRoslgEoJ8jLx0Ng14lDpnv1A.jpg" width="70"/></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="/r/movies/comments/4paiyy/power_rangers_teaser_poster/" rel="" tabindex="1">'Power Rangers' Teaser Poster</a><span class="linkflairlabel" title="Poster">Poster</span> <span class="domain">(<a href="/domain/i.redd.it/">i.redd.it</a>)</span></p><div class="expando-button collapsed video"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T13:02:55+00:00" title="Wed Jun 22 13:02:55 2016 UTC">12 hours ago</time> by <a class="author may-blank id-t2_lonuo" href="https://www.reddit.com/user/filmfanatic5">filmfanatic5</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/movies/">/r/movies</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/movies/comments/4paiyy/power_rangers_teaser_poster/" rel="nofollow">1249 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4paiyy"></div><div class="expando expando-uninitialized" data-cachedhtml=' &lt;div class="media-preview" id="media-preview-4paiyy" style="max-width: 498px"&gt; &lt;div class="media-preview-content"&gt; &lt;a href="https://i.redd.it/3329420zau4x.jpg" class="may-blank"&gt; &lt;img class="preview" src="https://i.redditmedia.com/4v5s3MAzmH0zCzfMxjNEx1Kvb9roNDcVwjLPUJiIvsk.jpg?w=498&amp;amp;s=b0175e6719f8b965ee8686d7ff4f64db" width="498" height="768"&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; ' style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div><div class="clearleft"></div><div class="nav-buttons"><span class="nextprev">view more: <a href="https://www.reddit.com/?count=25&amp;after=t3_4paiyy" rel="nofollow next">next ›</a></span><span class="next-suggestions">or try a <a href="https://www.reddit.com/r/random">random subreddit</a></span></div></div>]

In [190]:
all_stories = []
for title in all_headlines:
    story_title = title.find("div", {'class': 'entry unvoted' })
    all_stories.append(story_title)
all_stories


Out[190]:
[<div class="entry unvoted"><p class="title"><a class="title may-blank " href="https://streamable.com/f6hj" rel="" tabindex="1">Icelandic commentator loses his mind after his country, that has a population of only 330,000,win in the last minute and advance to the knockout stages</a> <span class="domain">(<a href="/domain/streamable.com/">streamable.com</a>)</span></p><div class="expando-button collapsed video"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T19:10:51+00:00" title="Wed Jun 22 19:10:51 2016 UTC">6 hours ago</time> by <a class="author may-blank id-t2_qef2g" href="https://www.reddit.com/user/alitheboss55">alitheboss55</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/videos/">/r/videos</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/videos/comments/4pcfy4/icelandic_commentator_loses_his_mind_after_his/" rel="nofollow">3204 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pcfy4"></div><div class="expando expando-uninitialized" data-cachedhtml=' &lt;iframe src="//www.redditmedia.com/mediaembed/4pcfy4" id="media-embed-4pcfy4-na2" class="media-embed" width="610" height="348" border="0" frameBorder="0" scrolling="no" allowfullscreen&gt;&lt;/iframe&gt; ' style="display: none"><span class="error">loading...</span></div></div>]

In [195]:
all_votes = []
for votes in all_headlines:
    votes_total = votes.find("div", { 'class': 'score unvoted' })
    all_votes.append(all_votes)
all_votes


Out[195]:
[[...]]

In [ ]:


In [ ]:


In [ ]:


In [ ]:


In [ ]:


In [ ]:


In [187]:
all_stories = []
for title in all_headlines:
    #getting the title from the a_tag
    story_title = title.find("div", {'class': 'title may-blank ' })
    story_title = story_title.string
    story_dict = {'title': story_title}
    all_stories.append(story_dict)
all_stories


Out[187]:
[{'title': 'Icelandic commentator loses his mind after his country, that has a population of only 330,000,win in the last minute and advance to the knockout stages'}]

In [ ]:


In [316]:
def vote_count_int(x):
    if x == '•':
        x = 0
    else:
        x = int(x)
    return x

In [317]:
x = [vote_count_int(votes.string) for votes in div_class_midcol_unvoted]
x


Out[317]:
[0,
 0,
 0,
 0,
 0,
 0,
 0,
 0,
 0,
 0,
 3942,
 5915,
 5147,
 6229,
 6736,
 5330,
 4136,
 3732,
 5133,
 2088,
 3343,
 5456,
 5714,
 3984,
 5096,
 4118,
 3367,
 5943,
 3570,
 2852,
 4383,
 4855,
 4918,
 5241,
 3084]

In [ ]:


In [ ]:


In [160]:
all_stories = []
for title in p_tag:
    #getting the title from the a_tag
    story_title = title.find("a", {'class': 'title may-blank ' })
    story_title = story_title.string
    story_dict = {'title': story_title}
    all_stories.append(story_dict)
all_stories


Out[160]:
[{'title': 'We all use the same 26 letters of the alphabet as persuasive speakers, rappers, con artists, etc. They just put the letters in the right order.'},
 {'title': "TIFU by sneezing on a germophobe's lunchbox."},
 {'title': "I'm taking a gender class for the first time and struggling A LOT. I think my classmates think I'm a bad feminist and I'm not sure if they're right."},
 {'title': 'The Motorcycle Industry -- French for Tigers [Pop Punk] (2010)'},
 {'title': "If I ever run into anyone named Jessica Fletcher, I'm getting the heck out of there"},
 {'title': 'What are the best documentaries on Netflix?'},
 {'title': 'Sprinkle Infusion 24x18 Acrylic, Latex, Ink, & Watercolor On Textured Canvas'},
 {'title': 'Ps Battle: Double mailman.'},
 {'title': 'I wonder how many Rocket League matches I could have won if I could actually hit the ball.'},
 {'title': 'Icelandic commentator loses his mind after his country, that has a population of only 330,000,win in the last minute and advance to the knockout stages'},
 {'title': '11 million Americans spend half their income on rent'},
 {'title': 'View of Cleveland for the Cavaliers parade'},
 {'title': '"I\'m stuck...I\'m stuck! Never mind...I got it!"'},
 {'title': 'Demand for abortions soars in countries hit by Zika outbreak, study finds'},
 {'title': 'This pro wrestler looks like frasier on steroids'},
 {'title': "There exists a set of finite actions that, if I performed them in the correct order, would make me a millionaire in a day. I just don't know what they are."},
 {'title': 'TIL that in 1997, 14 year old Nathan Zohner was able to get 43 out of 50 of his classmates to vote to ban "Dihydrogen Monoxide" for his science fair project. His project aimed to prove that the use of true facts can lead the ignorant public to false conclusions. He won first prize.'},
 {'title': "My kitten constantly looks like she's having an existential crisis."},
 {'title': "My mom just left and I'm going to be homeless at the end of the month. I'm really scared and don't know what to do."},
 {'title': '"Two clowns in the same circus" 16 x 12s oil on linen'},
 {'title': 'Custom Nintendo 64'},
 {'title': "Free tampons and pads are coming to New York City's public schools, prisons and homeless shelters"},
 {'title': 'First World Anarchist'},
 {'title': 'German government agrees to ban fracking indefinitely'},
 {'title': 'TIFU By finishing my PhD.'},
 {'title': "What is the creepiest and most unexplainable paranormal experience you've ever had?"},
 {'title': 'LPT: Make a distinct bend in your business card before dropping it in a bowl used for a drawing. The drawer is more likely to pick a card that sticks out rather than lays flat.'},
 {'title': 'I created a startup that helps people pay off their student loans. AMA!'},
 {'title': 'For men, the importance of safe sex depends on how hot their partner is'},
 {'title': 'One of my gummy bears turned out a little strange...'},
 {'title': 'PsBattle: Peter Dinklage riding a scooter'},
 {'title': 'Albert Einstein and Charlie Chaplain, 1931'},
 {'title': "ELI5: Why tunnels that go underground don't flood when it rains"},
 {'title': "'Power Rangers' Teaser Poster"}]

In [313]:
div_class_midcol_unvoted = reddit.find_all("div", { 'class': 'score unvoted' })
x = [vote_count_int(votes.string) for votes in div_class_midcol_unvoted]

In [315]:
x = [vote_count_int(votes.string) for votes in div_class_midcol_unvoted]
x


Out[315]:
[0,
 0,
 0,
 0,
 0,
 0,
 0,
 0,
 0,
 0,
 3942,
 5915,
 5147,
 6229,
 6736,
 5330,
 4136,
 3732,
 5133,
 2088,
 3343,
 5456,
 5714,
 3984,
 5096,
 4118,
 3367,
 5943,
 3570,
 2852,
 4383,
 4855,
 4918,
 5241,
 3084]

In [308]:
dict(zip(all_stories, x))


---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
<ipython-input-308-f6ea105b2daa> in <module>()
      1 
      2 
----> 3 dict(zip(all_stories, x))

TypeError: 'list' object is not callable

In [93]:
def vote_count_int(x):
    if x == '•':
        x = 0
    else:
        x = int(x)
    return x

In [ ]:
for line in x:
    vote

In [96]:
parent_p_tag = reddit.find_all("p", { 'class': 'parent' })

In [101]:
all_ = reddit.find_all("div", { 'id': 'sitetable' })

In [102]:
all_


Out[102]:
[]

In [ ]:
p_parent_tag = ("p", { 'class': 'title' })

Frontpage_of_reddit = {}

for title in p_parent_tag.find_next_sibling('h2'):
    cheese_name = h2_tag.string
    cheese_desc_tag = h2_tag.find_next_sibling('p')
    cheese_dict[cheese_name] = cheese_desc_tag.string

cheese_dict

In [162]:
one_sibling_up = reddit.find_all('div', {'class': 'clearleft'})

In [163]:
# because only every other clearleft has a post in it:
posts = [tag.find_next_sibling('div') for tag in one_sibling_up if tag.find_next_sibling('div')]

In [164]:
posts


Out[164]:
[<div class=" thing id-t3_4peacp linkflair linkflair-S even link self" data-author="StardustNyako" data-author-fullname="t2_szicl" data-domain="self.tifu" data-fullname="t3_4peacp" data-rank="" data-subreddit="tifu" data-subreddit-fullname="t5_2to41" data-timestamp="1466646164000" data-type="link" data-url="/r/tifu/comments/4peacp/tifu_by_sneezing_on_a_germophobes_lunchbox/" id="thing_t3_4peacp" onclick="click_thing(this)" style="display:none"><p class="parent"></p><span class="rank"></span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score likes">•</div><div class="score unvoted">•</div><div class="score dislikes">•</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><div class="entry unvoted"><p class="title"><a class="title may-blank " href="/r/tifu/comments/4peacp/tifu_by_sneezing_on_a_germophobes_lunchbox/" rel="nofollow" tabindex="1">TIFU by sneezing on a germophobe's lunchbox.</a><span class="linkflairlabel" title="S">S</span> <span class="domain">(<a href="/r/tifu/">self.tifu</a>)</span></p><div class="expando-button collapsed selftext"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-23T01:42:44+00:00" title="Thu Jun 23 01:42:44 2016 UTC">13 minutes ago</time> by <a class="author may-blank id-t2_szicl" href="https://www.reddit.com/user/StardustNyako">StardustNyako</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/tifu/">/r/tifu</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments empty may-blank" data-event-action="comments" href="https://www.reddit.com/r/tifu/comments/4peacp/tifu_by_sneezing_on_a_germophobes_lunchbox/" rel="nofollow">comment</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4peacp"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div>,
 <div class=" thing id-t3_4pe9wi odd link self" data-author="skrqdy" data-author-fullname="t2_yy2gb" data-domain="self.TwoXChromosomes" data-fullname="t3_4pe9wi" data-rank="" data-subreddit="TwoXChromosomes" data-subreddit-fullname="t5_2r2jt" data-timestamp="1466645983000" data-type="link" data-url="/r/TwoXChromosomes/comments/4pe9wi/im_taking_a_gender_class_for_the_first_time_and/" id="thing_t3_4pe9wi" onclick="click_thing(this)" style="display:none"><p class="parent"></p><span class="rank"></span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score likes">•</div><div class="score unvoted">•</div><div class="score dislikes">•</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><div class="entry unvoted"><p class="title"><a class="title may-blank " href="/r/TwoXChromosomes/comments/4pe9wi/im_taking_a_gender_class_for_the_first_time_and/" rel="nofollow" tabindex="1">I'm taking a gender class for the first time and struggling A LOT. I think my classmates think I'm a bad feminist and I'm not sure if they're right.</a> <span class="domain">(<a href="/r/TwoXChromosomes/">self.TwoXChromosomes</a>)</span></p><div class="expando-button collapsed selftext"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-23T01:39:43+00:00" title="Thu Jun 23 01:39:43 2016 UTC">16 minutes ago</time> by <a class="author may-blank id-t2_yy2gb" href="https://www.reddit.com/user/skrqdy">skrqdy</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/TwoXChromosomes/">/r/TwoXChromosomes</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/TwoXChromosomes/comments/4pe9wi/im_taking_a_gender_class_for_the_first_time_and/" rel="nofollow">1 comment</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pe9wi"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div>,
 <div class=" thing id-t3_4pe9g4 even link " data-author="ByeByeEmpire" data-author-fullname="t2_g7wj0" data-domain="themotorcycleindustry.bandcamp.com" data-fullname="t3_4pe9g4" data-rank="" data-subreddit="listentothis" data-subreddit-fullname="t5_2qxzy" data-timestamp="1466645805000" data-type="link" data-url="https://themotorcycleindustry.bandcamp.com/track/french-for-tigers" id="thing_t3_4pe9g4" onclick="click_thing(this)" style="display:none"><p class="parent"></p><span class="rank"></span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score likes">•</div><div class="score unvoted">•</div><div class="score dislikes">•</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail may-blank " href="https://themotorcycleindustry.bandcamp.com/track/french-for-tigers" rel="nofollow"><img alt="" height="70" src="//b.thumbs.redditmedia.com/gETQDiuj4gLUhlM6vh-8Izl78RIMbUy6Sko4Y2QYNzo.jpg" width="70"/></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="https://themotorcycleindustry.bandcamp.com/track/french-for-tigers" rel="nofollow" tabindex="1">The Motorcycle Industry -- French for Tigers [Pop Punk] (2010)</a> <span class="domain">(<a href="/domain/themotorcycleindustry.bandcamp.com/">themotorcycleindustry.bandcamp.com</a>)</span></p><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-23T01:36:45+00:00" title="Thu Jun 23 01:36:45 2016 UTC">19 minutes ago</time> by <a class="author may-blank id-t2_g7wj0" href="https://www.reddit.com/user/ByeByeEmpire">ByeByeEmpire</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/listentothis/">/r/listentothis</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments empty may-blank" data-event-action="comments" href="https://www.reddit.com/r/listentothis/comments/4pe9g4/the_motorcycle_industry_french_for_tigers_pop/" rel="nofollow">comment</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pe9g4"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div>,
 <div class=" thing id-t3_4pea6e odd link self" data-author="dinkusmandingus" data-author-fullname="t2_dych3" data-domain="self.Showerthoughts" data-fullname="t3_4pea6e" data-rank="" data-subreddit="Showerthoughts" data-subreddit-fullname="t5_2szyo" data-timestamp="1466646092000" data-type="link" data-url="/r/Showerthoughts/comments/4pea6e/if_i_ever_run_into_anyone_named_jessica_fletcher/" id="thing_t3_4pea6e" onclick="click_thing(this)" style="display:none"><p class="parent"></p><span class="rank"></span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score likes">•</div><div class="score unvoted">•</div><div class="score dislikes">•</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail self may-blank " href="/r/Showerthoughts/comments/4pea6e/if_i_ever_run_into_anyone_named_jessica_fletcher/" rel="nofollow"></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="/r/Showerthoughts/comments/4pea6e/if_i_ever_run_into_anyone_named_jessica_fletcher/" rel="nofollow" tabindex="1">If I ever run into anyone named Jessica Fletcher, I'm getting the heck out of there</a> <span class="domain">(<a href="/r/Showerthoughts/">self.Showerthoughts</a>)</span></p><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-23T01:41:32+00:00" title="Thu Jun 23 01:41:32 2016 UTC">14 minutes ago</time> by <a class="author may-blank id-t2_dych3" href="https://www.reddit.com/user/dinkusmandingus">dinkusmandingus</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/Showerthoughts/">/r/Showerthoughts</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments empty may-blank" data-event-action="comments" href="https://www.reddit.com/r/Showerthoughts/comments/4pea6e/if_i_ever_run_into_anyone_named_jessica_fletcher/" rel="nofollow">comment</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pea6e"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div>,
 <div class=" thing id-t3_4pealf even link self" data-author="CranialFlatulence" data-author-fullname="t2_fyzs8" data-domain="self.AskReddit" data-fullname="t3_4pealf" data-rank="" data-subreddit="AskReddit" data-subreddit-fullname="t5_2qh1i" data-timestamp="1466646257000" data-type="link" data-url="/r/AskReddit/comments/4pealf/what_are_the_best_documentaries_on_netflix/" id="thing_t3_4pealf" onclick="click_thing(this)" style="display:none"><p class="parent"></p><span class="rank"></span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score likes">•</div><div class="score unvoted">•</div><div class="score dislikes">•</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><div class="entry unvoted"><p class="title"><a class="title may-blank " href="/r/AskReddit/comments/4pealf/what_are_the_best_documentaries_on_netflix/" rel="" tabindex="1">What are the best documentaries on Netflix?</a> <span class="domain">(<a href="/r/AskReddit/">self.AskReddit</a>)</span></p><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-23T01:44:17+00:00" title="Thu Jun 23 01:44:17 2016 UTC">12 minutes ago</time> by <a class="author may-blank id-t2_fyzs8" href="https://www.reddit.com/user/CranialFlatulence">CranialFlatulence</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/AskReddit/">/r/AskReddit</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/AskReddit/comments/4pealf/what_are_the_best_documentaries_on_netflix/" rel="nofollow">10 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pealf"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div>,
 <div class=" thing id-t3_4pe9ph linkflair linkflair-artwork odd link " data-author="paintsoul0" data-author-fullname="t2_yimjx" data-domain="i.imgur.com" data-fullname="t3_4pe9ph" data-rank="" data-subreddit="Art" data-subreddit-fullname="t5_2qh7a" data-timestamp="1466645904000" data-type="link" data-url="http://i.imgur.com/nPTORue.png" id="thing_t3_4pe9ph" onclick="click_thing(this)" style="display:none"><p class="parent"></p><span class="rank"></span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score likes">•</div><div class="score unvoted">•</div><div class="score dislikes">•</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail may-blank " href="http://i.imgur.com/nPTORue.png" rel="nofollow"><img alt="" height="51" src="//b.thumbs.redditmedia.com/p8hRPZ5paGUygsc4Zs0jKosWernMnwVR_FdHEg73b8A.jpg" width="70"/></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="http://i.imgur.com/nPTORue.png" rel="nofollow" tabindex="1">Sprinkle Infusion 24x18 Acrylic, Latex, Ink, &amp; Watercolor On Textured Canvas</a><span class="linkflairlabel" title="Artwork ">Artwork</span> <span class="domain">(<a href="/domain/i.imgur.com/">i.imgur.com</a>)</span></p><div class="expando-button collapsed video"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-23T01:38:24+00:00" title="Thu Jun 23 01:38:24 2016 UTC">18 minutes ago</time> by <a class="author may-blank id-t2_yimjx" href="https://www.reddit.com/user/paintsoul0">paintsoul0</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/Art/">/r/Art</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments empty may-blank" data-event-action="comments" href="https://www.reddit.com/r/Art/comments/4pe9ph/sprinkle_infusion_24x18_acrylic_latex_ink/" rel="nofollow">comment</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pe9ph"></div><div class="expando expando-uninitialized" data-cachedhtml=' &lt;div class="media-preview" id="media-preview-4pe9ph" style="max-width: 1024px"&gt; &lt;div class="media-preview-content"&gt; &lt;a href="http://i.imgur.com/nPTORue.png" class="may-blank"&gt; &lt;img class="preview" src="https://i.redditmedia.com/TnPFc1N7jYJaDgpLGOqFOrNLd7IUKowmZ99OJbuhQS0.png?w=1024&amp;amp;s=a06d17bfbd902d8da227f5360e1b0e83" width="1024" height="749"&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; ' style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div>,
 <div class=" thing id-t3_4peasa even link " data-author="SamDThurman" data-author-fullname="t2_thqby" data-domain="imgur.com" data-fullname="t3_4peasa" data-rank="" data-subreddit="pics" data-subreddit-fullname="t5_2qh0u" data-timestamp="1466646335000" data-type="link" data-url="http://imgur.com/Nj2jtr0" id="thing_t3_4peasa" onclick="click_thing(this)" style="display:none"><p class="parent"></p><span class="rank"></span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score likes">•</div><div class="score unvoted">•</div><div class="score dislikes">•</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail may-blank " href="http://imgur.com/Nj2jtr0" rel="nofollow"><img alt="" height="70" src="//a.thumbs.redditmedia.com/pFESYU_YGGK7yLfynidgoa85o6HfoqEmhSYU1cEoav0.jpg" width="70"/></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="http://imgur.com/Nj2jtr0" rel="nofollow" tabindex="1">Ps Battle: Double mailman.</a> <span class="domain">(<a href="/domain/imgur.com/">imgur.com</a>)</span></p><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-23T01:45:35+00:00" title="Thu Jun 23 01:45:35 2016 UTC">10 minutes ago</time> by <a class="author may-blank id-t2_thqby" href="https://www.reddit.com/user/SamDThurman">SamDThurman</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/pics/">/r/pics</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments empty may-blank" data-event-action="comments" href="https://www.reddit.com/r/pics/comments/4peasa/ps_battle_double_mailman/" rel="nofollow">comment</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4peasa"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div>,
 <div class=" thing id-t3_4pe9xk odd link self" data-author="Spyderr8" data-author-fullname="t2_hs4s3" data-domain="self.Showerthoughts" data-fullname="t3_4pe9xk" data-rank="" data-subreddit="Showerthoughts" data-subreddit-fullname="t5_2szyo" data-timestamp="1466645995000" data-type="link" data-url="/r/Showerthoughts/comments/4pe9xk/i_wonder_how_many_rocket_league_matches_i_could/" id="thing_t3_4pe9xk" onclick="click_thing(this)" style="display:none"><p class="parent"></p><span class="rank"></span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score likes">•</div><div class="score unvoted">•</div><div class="score dislikes">•</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail self may-blank " href="/r/Showerthoughts/comments/4pe9xk/i_wonder_how_many_rocket_league_matches_i_could/" rel="nofollow"></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="/r/Showerthoughts/comments/4pe9xk/i_wonder_how_many_rocket_league_matches_i_could/" rel="nofollow" tabindex="1">I wonder how many Rocket League matches I could have won if I could actually hit the ball.</a> <span class="domain">(<a href="/r/Showerthoughts/">self.Showerthoughts</a>)</span></p><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-23T01:39:55+00:00" title="Thu Jun 23 01:39:55 2016 UTC">16 minutes ago</time> by <a class="author may-blank id-t2_hs4s3" href="https://www.reddit.com/user/Spyderr8">Spyderr8</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/Showerthoughts/">/r/Showerthoughts</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments empty may-blank" data-event-action="comments" href="https://www.reddit.com/r/Showerthoughts/comments/4pe9xk/i_wonder_how_many_rocket_league_matches_i_could/" rel="nofollow">comment</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pe9xk"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div>,
 <div class="thing interestbar" style="display:none"><div class="sr-interest-bar"><div class="bubble"><p class="caption">it looks like you haven't  <span class="subscribe">subscribed</span>  to any subreddits yet. want some ideas?</p><p class="error-caption"></p><div class="query-box"><input class="query" placeholder="what are you interested in?"><div class="throbber"></div></input></div><ul class="results"><li>try these:</li><li><a class="random" href="/r/random" target="_blank"><span class="name">serendipity</span></a></li></ul></div></div></div>,
 <div class=" thing id-t3_4pcjja even link " data-author="magenta_placenta" data-author-fullname="t2_3bhyn" data-domain="money.cnn.com" data-fullname="t3_4pcjja" data-rank="2" data-subreddit="news" data-subreddit-fullname="t5_2qh3l" data-timestamp="1466623775000" data-type="link" data-url="http://money.cnn.com/2016/06/22/real_estate/rent-affordability-housing-harvard/" id="thing_t3_4pcjja" onclick="click_thing(this)"><p class="parent"></p><span class="rank">2</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">6147</div><div class="score unvoted">6148</div><div class="score likes">6149</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><div class="entry unvoted"><p class="title"><a class="title may-blank " href="http://money.cnn.com/2016/06/22/real_estate/rent-affordability-housing-harvard/" rel="" tabindex="1">11 million Americans spend half their income on rent</a> <span class="domain">(<a href="/domain/money.cnn.com/">money.cnn.com</a>)</span></p><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T19:29:35+00:00" title="Wed Jun 22 19:29:35 2016 UTC">6 hours ago</time> by <a class="author may-blank id-t2_3bhyn" href="https://www.reddit.com/user/magenta_placenta">magenta_placenta</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/news/">/r/news</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/news/comments/4pcjja/11_million_americans_spend_half_their_income_on/" rel="nofollow">4686 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pcjja"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div>,
 <div class=" thing id-t3_4pcgs0 linkflair linkflair-basketball odd link " data-author="leavin_you_hangin" data-author-fullname="t2_ozfwd" data-domain="imgur.com" data-fullname="t3_4pcgs0" data-rank="3" data-subreddit="sports" data-subreddit-fullname="t5_2qgzy" data-timestamp="1466622922000" data-type="link" data-url="http://imgur.com/ZTBz6Ff" id="thing_t3_4pcgs0" onclick="click_thing(this)"><p class="parent"></p><span class="rank">3</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">5324</div><div class="score unvoted">5325</div><div class="score likes">5326</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail may-blank " href="http://imgur.com/ZTBz6Ff" rel=""><img alt="" height="70" src="//b.thumbs.redditmedia.com/XosNpNRRouyGfVepUXxlAGLuEBmvv45vvAv5pWZs_2o.jpg" width="70"/></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="http://imgur.com/ZTBz6Ff" rel="" tabindex="1">View of Cleveland for the Cavaliers parade</a><span class="linkflairlabel" title="Basketball">Basketball</span> <span class="domain">(<a href="/domain/imgur.com/">imgur.com</a>)</span></p><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T19:15:22+00:00" title="Wed Jun 22 19:15:22 2016 UTC">6 hours ago</time> by <a class="author may-blank id-t2_ozfwd" href="https://www.reddit.com/user/leavin_you_hangin">leavin_you_hangin</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/sports/">/r/sports</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/sports/comments/4pcgs0/view_of_cleveland_for_the_cavaliers_parade/" rel="nofollow">1284 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pcgs0"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div>,
 <div class=" thing id-t3_4pc8cg even link " data-author="cakebeerandmorebeer" data-author-fullname="t2_j3x2i" data-domain="i.imgur.com" data-fullname="t3_4pc8cg" data-rank="4" data-subreddit="funny" data-subreddit-fullname="t5_2qh33" data-timestamp="1466620262000" data-type="link" data-url="http://i.imgur.com/nuRZv1O.gifv" id="thing_t3_4pc8cg" onclick="click_thing(this)"><p class="parent"></p><span class="rank">4</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">5974</div><div class="score unvoted">5975</div><div class="score likes">5976</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail may-blank " href="http://i.imgur.com/nuRZv1O.gifv" rel=""><img alt="" height="70" src="//a.thumbs.redditmedia.com/qT7PkIVnsieQ39kCxbnzf2NucgBHDExsa6bcJTR2oz8.jpg" width="70"/></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="http://i.imgur.com/nuRZv1O.gifv" rel="" tabindex="1">"I'm stuck...I'm stuck! Never mind...I got it!"</a> <span class="domain">(<a href="/domain/i.imgur.com/">i.imgur.com</a>)</span></p><div class="expando-button collapsed video"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T18:31:02+00:00" title="Wed Jun 22 18:31:02 2016 UTC">7 hours ago</time> by <a class="author may-blank id-t2_j3x2i" href="https://www.reddit.com/user/cakebeerandmorebeer">cakebeerandmorebeer</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/funny/">/r/funny</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/funny/comments/4pc8cg/im_stuckim_stuck_never_mindi_got_it/" rel="nofollow">444 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pc8cg"></div><div class="expando expando-uninitialized" data-cachedhtml=' &lt;div class="media-preview" id="media-preview-4pc8cg" style="max-width: 614px"&gt; &lt;div class="media-preview-content"&gt; &lt;a href="http://i.imgur.com/nuRZv1O.gifv" class="may-blank"&gt; &lt;video class="preview" preload="auto" autoplay="autoplay" muted="muted" loop="loop" webkit-playsinline="" style="width: 614px; height: 768px;"&gt; &lt;source src="https://g.redditmedia.com/S3JIEyhnGmnuJV6F_o-kkPPlI9V4VNP3UI2CACnGZ58.gif?w=614&amp;amp;fm=mp4&amp;amp;mp4-fragmented=false&amp;amp;s=e9169e4f7c1ef66daf4dc4ca2c8b583b" type="video/mp4"&gt; &lt;/video&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; ' style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div>,
 <div class=" thing id-t3_4pd2ye linkflair linkflair-health linkflair-badpost odd link " data-author="NinjaDiscoJesus" data-author-fullname="t2_5qlsa" data-domain="theguardian.com" data-fullname="t3_4pd2ye" data-rank="5" data-subreddit="science" data-subreddit-fullname="t5_mouw" data-timestamp="1466630270000" data-type="link" data-url="https://www.theguardian.com/world/2016/jun/22/abortion-information-zika-virus-birth-defects-latin-america-study?CMP=twt_b-gdnnews" id="thing_t3_4pd2ye" onclick="click_thing(this)"><p class="parent"></p><span class="rank">5</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">3288</div><div class="score unvoted">3289</div><div class="score likes">3290</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail may-blank " href="https://www.theguardian.com/world/2016/jun/22/abortion-information-zika-virus-birth-defects-latin-america-study?CMP=twt_b-gdnnews" rel=""><img alt="" height="36" src="//a.thumbs.redditmedia.com/kCitwr5epSipHoGohW974Qiw2X69htM_DWMkJ8MHTX0.jpg" width="70"/></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="https://www.theguardian.com/world/2016/jun/22/abortion-information-zika-virus-birth-defects-latin-america-study?CMP=twt_b-gdnnews" rel="" tabindex="1">Demand for abortions soars in countries hit by Zika outbreak, study finds</a><span class="linkflairlabel" title="Health">Health</span> <span class="domain">(<a href="/domain/theguardian.com/">theguardian.com</a>)</span></p><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T21:17:50+00:00" title="Wed Jun 22 21:17:50 2016 UTC">4 hours ago</time> by <a class="author may-blank id-t2_5qlsa" href="https://www.reddit.com/user/NinjaDiscoJesus">NinjaDiscoJesus</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/science/">/r/science</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/science/comments/4pd2ye/demand_for_abortions_soars_in_countries_hit_by/" rel="nofollow">191 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pd2ye"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div>,
 <div class=" thing id-t3_4pcz9m even link " data-author="Dongerding" data-author-fullname="t2_cjrty" data-domain="i.redd.it" data-fullname="t3_4pcz9m" data-rank="6" data-subreddit="pics" data-subreddit-fullname="t5_2qh0u" data-timestamp="1466628975000" data-type="link" data-url="/r/pics/comments/4pcz9m/this_pro_wrestler_looks_like_frasier_on_steroids/" id="thing_t3_4pcz9m" onclick="click_thing(this)"><p class="parent"></p><span class="rank">6</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">3152</div><div class="score unvoted">3153</div><div class="score likes">3154</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail may-blank " href="/r/pics/comments/4pcz9m/this_pro_wrestler_looks_like_frasier_on_steroids/" rel=""><img alt="" height="33" src="//b.thumbs.redditmedia.com/SXCNj-hxAbEZ-RB_jRmIUdO-7LrECm8EfXT81WO8bkI.jpg" width="70"/></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="/r/pics/comments/4pcz9m/this_pro_wrestler_looks_like_frasier_on_steroids/" rel="" tabindex="1">This pro wrestler looks like frasier on steroids</a> <span class="domain">(<a href="/domain/i.redd.it/">i.redd.it</a>)</span></p><div class="expando-button collapsed video"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T20:56:15+00:00" title="Wed Jun 22 20:56:15 2016 UTC">5 hours ago</time> by <a class="author may-blank id-t2_cjrty" href="https://www.reddit.com/user/Dongerding">Dongerding</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/pics/">/r/pics</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/pics/comments/4pcz9m/this_pro_wrestler_looks_like_frasier_on_steroids/" rel="nofollow">134 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pcz9m"></div><div class="expando expando-uninitialized" data-cachedhtml=' &lt;div class="media-preview" id="media-preview-4pcz9m" style="max-width: 1024px"&gt; &lt;div class="media-preview-content"&gt; &lt;a href="https://i.redd.it/2hthqts2nw4x.png" class="may-blank"&gt; &lt;img class="preview" src="https://i.redditmedia.com/kpZGbB3BE20z__cqfaGLv_zFGDzp_zQ7pzxeCj3WrJ8.png?w=1024&amp;amp;s=36b98f08304c3cece6c9646acc33836f" width="1024" height="496"&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; ' style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div>,
 <div class=" thing id-t3_4pbr8b odd link self" data-author="i_like_yoghurt" data-author-fullname="t2_y6gtb" data-domain="self.Showerthoughts" data-fullname="t3_4pbr8b" data-rank="7" data-subreddit="Showerthoughts" data-subreddit-fullname="t5_2szyo" data-timestamp="1466615168000" data-type="link" data-url="/r/Showerthoughts/comments/4pbr8b/there_exists_a_set_of_finite_actions_that_if_i/" id="thing_t3_4pbr8b" onclick="click_thing(this)"><p class="parent"></p><span class="rank">7</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">5451</div><div class="score unvoted">5452</div><div class="score likes">5453</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail self may-blank " href="/r/Showerthoughts/comments/4pbr8b/there_exists_a_set_of_finite_actions_that_if_i/" rel="nofollow"></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="/r/Showerthoughts/comments/4pbr8b/there_exists_a_set_of_finite_actions_that_if_i/" rel="nofollow" tabindex="1">There exists a set of finite actions that, if I performed them in the correct order, would make me a millionaire in a day. I just don't know what they are.</a> <span class="domain">(<a href="/r/Showerthoughts/">self.Showerthoughts</a>)</span></p><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T17:06:08+00:00" title="Wed Jun 22 17:06:08 2016 UTC">8 hours ago</time> by <a class="author may-blank id-t2_y6gtb" href="https://www.reddit.com/user/i_like_yoghurt">i_like_yoghurt</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/Showerthoughts/">/r/Showerthoughts</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/Showerthoughts/comments/4pbr8b/there_exists_a_set_of_finite_actions_that_if_i/" rel="nofollow">1503 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pbr8b"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div>,
 <div class=" thing id-t3_4pbpot even link " data-author="parlonida" data-author-fullname="t2_u25me" data-domain="en.wikipedia.org" data-fullname="t3_4pbpot" data-rank="8" data-subreddit="todayilearned" data-subreddit-fullname="t5_2qqjc" data-timestamp="1466614719000" data-type="link" data-url="https://en.wikipedia.org/wiki/Dihydrogen_monoxide_hoax#cite_ref-17" id="thing_t3_4pbpot" onclick="click_thing(this)"><p class="parent"></p><span class="rank">8</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">6031</div><div class="score unvoted">6032</div><div class="score likes">6033</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail may-blank " href="https://en.wikipedia.org/wiki/Dihydrogen_monoxide_hoax#cite_ref-17" rel=""><img alt="" height="70" src="//b.thumbs.redditmedia.com/GOQ5PBdkKVwKwz-VRDRofbvuB3qVmw36LqensM0EmOU.jpg" width="70"/></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="https://en.wikipedia.org/wiki/Dihydrogen_monoxide_hoax#cite_ref-17" rel="" tabindex="1">TIL that in 1997, 14 year old Nathan Zohner was able to get 43 out of 50 of his classmates to vote to ban "Dihydrogen Monoxide" for his science fair project. His project aimed to prove that the use of true facts can lead the ignorant public to false conclusions. He won first prize.</a> <span class="domain">(<a href="/domain/en.wikipedia.org/">en.wikipedia.org</a>)</span></p><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T16:58:39+00:00" title="Wed Jun 22 16:58:39 2016 UTC">8 hours ago</time> by <a class="author may-blank id-t2_u25me" href="https://www.reddit.com/user/parlonida">parlonida</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/todayilearned/">/r/todayilearned</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/todayilearned/comments/4pbpot/til_that_in_1997_14_year_old_nathan_zohner_was/" rel="nofollow">2767 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pbpot"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div>,
 <div class=" thing id-t3_4pc8dh odd link " data-author="birdly420" data-author-fullname="t2_nqm2b" data-domain="i.reddituploads.com" data-fullname="t3_4pc8dh" data-rank="9" data-subreddit="aww" data-subreddit-fullname="t5_2qh1o" data-timestamp="1466620270000" data-type="link" data-url="https://i.reddituploads.com/279da42ef1c14c02a540bc02cc14b06a?fit=max&amp;h=1536&amp;w=1536&amp;s=a1f7537addf26a81d76501e62b3a04f2" id="thing_t3_4pc8dh" onclick="click_thing(this)"><p class="parent"></p><span class="rank">9</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">3448</div><div class="score unvoted">3449</div><div class="score likes">3450</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail may-blank " href="https://i.reddituploads.com/279da42ef1c14c02a540bc02cc14b06a?fit=max&amp;h=1536&amp;w=1536&amp;s=a1f7537addf26a81d76501e62b3a04f2" rel=""><img alt="" height="70" src="//b.thumbs.redditmedia.com/ppteCREpCRSug-8WFtVSAT0uDZuuVvmdXkdx9_L_lck.jpg" width="70"/></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="https://i.reddituploads.com/279da42ef1c14c02a540bc02cc14b06a?fit=max&amp;h=1536&amp;w=1536&amp;s=a1f7537addf26a81d76501e62b3a04f2" rel="" tabindex="1">My kitten constantly looks like she's having an existential crisis.</a> <span class="domain">(<a href="/domain/i.reddituploads.com/">i.reddituploads.com</a>)</span></p><div class="expando-button collapsed video"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T18:31:10+00:00" title="Wed Jun 22 18:31:10 2016 UTC">7 hours ago</time> by <a class="author may-blank id-t2_nqm2b" href="https://www.reddit.com/user/birdly420">birdly420</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/aww/">/r/aww</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/aww/comments/4pc8dh/my_kitten_constantly_looks_like_shes_having_an/" rel="nofollow">71 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pc8dh"></div><div class="expando expando-uninitialized" data-cachedhtml=' &lt;div class="media-preview" id="media-preview-4pc8dh" style="max-width: 576px"&gt; &lt;div class="media-preview-content"&gt; &lt;a href="https://i.reddituploads.com/279da42ef1c14c02a540bc02cc14b06a?fit=max&amp;amp;h=1536&amp;amp;w=1536&amp;amp;s=a1f7537addf26a81d76501e62b3a04f2" class="may-blank"&gt; &lt;img class="preview" src="https://i.redditmedia.com/Fz0b6_auRllkepgg_MmbwNMjYJj71_dqguRcHBMPPqE.jpg?w=576&amp;amp;s=1320b69c7c611509bfdc0696becf3530" width="576" height="768"&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; ' style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div>,
 <div class=" thing id-t3_4pbhl1 linkflair linkflair-Housing even gilded link self" data-author="throwaway75238" data-author-fullname="t2_yxpgj" data-domain="self.personalfinance" data-fullname="t3_4pbhl1" data-rank="10" data-subreddit="personalfinance" data-subreddit-fullname="t5_2qstm" data-timestamp="1466612247000" data-type="link" data-url="/r/personalfinance/comments/4pbhl1/my_mom_just_left_and_im_going_to_be_homeless_at/" id="thing_t3_4pbhl1" onclick="click_thing(this)"><p class="parent"></p><span class="rank">10</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">5083</div><div class="score unvoted">5084</div><div class="score likes">5085</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><div class="entry unvoted"><p class="title"><a class="title may-blank " href="/r/personalfinance/comments/4pbhl1/my_mom_just_left_and_im_going_to_be_homeless_at/" rel="" tabindex="1">My mom just left and I'm going to be homeless at the end of the month. I'm really scared and don't know what to do.</a><span class="linkflairlabel" title="Housing">Housing</span> <span class="domain">(<a href="/r/personalfinance/">self.personalfinance</a>)</span></p><div class="expando-button collapsed selftext"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T16:17:27+00:00" title="Wed Jun 22 16:17:27 2016 UTC">9 hours ago</time> <time class="edited-timestamp" datetime="2016-06-22T20:37:09+00:00" title="last edited 5 hours ago">*</time> by <a class="author may-blank id-t2_yxpgj" href="https://www.reddit.com/user/throwaway75238">throwaway75238</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/personalfinance/">/r/personalfinance</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/personalfinance/comments/4pbhl1/my_mom_just_left_and_im_going_to_be_homeless_at/" rel="nofollow">1121 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pbhl1"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div>,
 <div class=" thing id-t3_4pbvk5 linkflair linkflair-artwork odd gilded link " data-author="idezine123" data-author-fullname="t2_epusm" data-domain="i.redd.it" data-fullname="t3_4pbvk5" data-rank="11" data-subreddit="Art" data-subreddit-fullname="t5_2qh7a" data-timestamp="1466616463000" data-type="link" data-url="/r/Art/comments/4pbvk5/two_clowns_in_the_same_circus_16_x_12s_oil_on/" id="thing_t3_4pbvk5" onclick="click_thing(this)"><p class="parent"></p><span class="rank">11</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">4335</div><div class="score unvoted">4336</div><div class="score likes">4337</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail may-blank " href="/r/Art/comments/4pbvk5/two_clowns_in_the_same_circus_16_x_12s_oil_on/" rel=""><img alt="" height="46" src="//b.thumbs.redditmedia.com/p32PnbLD9t9hqvw9Q5X7eZS2tI7Ygqnh5K5MTxOERSE.jpg" width="70"/></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="/r/Art/comments/4pbvk5/two_clowns_in_the_same_circus_16_x_12s_oil_on/" rel="" tabindex="1">"Two clowns in the same circus" 16 x 12s oil on linen</a><span class="linkflairlabel" title="Artwork ">Artwork</span> <span class="domain">(<a href="/domain/i.redd.it/">i.redd.it</a>)</span></p><div class="expando-button collapsed video"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T17:27:43+00:00" title="Wed Jun 22 17:27:43 2016 UTC">8 hours ago</time> by <a class="author may-blank id-t2_epusm" href="https://www.reddit.com/user/idezine123">idezine123</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/Art/">/r/Art</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/Art/comments/4pbvk5/two_clowns_in_the_same_circus_16_x_12s_oil_on/" rel="nofollow">1677 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pbvk5"></div><div class="expando expando-uninitialized" data-cachedhtml=' &lt;div class="media-preview" id="media-preview-4pbvk5" style="max-width: 1024px"&gt; &lt;div class="media-preview-content"&gt; &lt;a href="https://i.redd.it/xip1d486mv4x.jpg" class="may-blank"&gt; &lt;img class="preview" src="https://i.redditmedia.com/rOx0Stv0Te8qB5F7KfXypoTbfJSXBTv-Vqem-F4xZcY.jpg?w=1024&amp;amp;s=ffc44f551bc6187638a4366374ddb043" width="1024" height="679"&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; ' style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div>,
 <div class=" thing id-t3_4pbxkh even link " data-author="charliehoward" data-author-fullname="t2_xtop3" data-domain="imgur.com" data-fullname="t3_4pbxkh" data-rank="12" data-subreddit="DIY" data-subreddit-fullname="t5_2qh7d" data-timestamp="1466617038000" data-type="link" data-url="http://imgur.com/a/cGq5r" id="thing_t3_4pbxkh" onclick="click_thing(this)"><p class="parent"></p><span class="rank">12</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">3601</div><div class="score unvoted">3602</div><div class="score likes">3603</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail may-blank " href="http://imgur.com/a/cGq5r" rel=""><img alt="" height="52" src="//b.thumbs.redditmedia.com/oUAn6uciUKrIC73W6qPwWpLdwqrwdNfeXSKqLOZLyiQ.jpg" width="70"/></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="http://imgur.com/a/cGq5r" rel="" tabindex="1">Custom Nintendo 64</a> <span class="domain">(<a href="/domain/imgur.com/">imgur.com</a>)</span></p><div class="expando-button collapsed video"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T17:37:18+00:00" title="Wed Jun 22 17:37:18 2016 UTC">8 hours ago</time> by <a class="author may-blank id-t2_xtop3" href="https://www.reddit.com/user/charliehoward">charliehoward</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/DIY/">/r/DIY</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/DIY/comments/4pbxkh/custom_nintendo_64/" rel="nofollow">313 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pbxkh"></div><div class="expando expando-uninitialized" data-cachedhtml=' &lt;iframe src="//www.redditmedia.com/mediaembed/4pbxkh" id="media-embed-4pbxkh-xug" class="media-embed" width="560" height="560" border="0" frameBorder="0" scrolling="no" allowfullscreen&gt;&lt;/iframe&gt; ' style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div>,
 <div class=" thing id-t3_4pcw7m linkflair linkflair-allstatus odd link " data-author="OPisactuallydog" data-author-fullname="t2_p52lw" data-domain="bbc.co.uk" data-fullname="t3_4pcw7m" data-rank="13" data-subreddit="TwoXChromosomes" data-subreddit-fullname="t5_2r2jt" data-timestamp="1466627893000" data-type="link" data-url="http://bbc.co.uk/news/world-us-canada-36597949" id="thing_t3_4pcw7m" onclick="click_thing(this)"><p class="parent"></p><span class="rank">13</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">1920</div><div class="score unvoted">1921</div><div class="score likes">1922</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><div class="entry unvoted"><p class="title"><a class="title may-blank " href="http://bbc.co.uk/news/world-us-canada-36597949" rel="" tabindex="1">Free tampons and pads are coming to New York City's public schools, prisons and homeless shelters</a><span class="linkflairlabel" title="/r/all">/r/all</span> <span class="domain">(<a href="/domain/bbc.co.uk/">bbc.co.uk</a>)</span></p><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T20:38:13+00:00" title="Wed Jun 22 20:38:13 2016 UTC">5 hours ago</time> by <a class="author may-blank id-t2_p52lw" href="https://www.reddit.com/user/OPisactuallydog">OPisactuallydog</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/TwoXChromosomes/">/r/TwoXChromosomes</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/TwoXChromosomes/comments/4pcw7m/free_tampons_and_pads_are_coming_to_new_york/" rel="nofollow">194 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pcw7m"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div>,
 <div class=" thing id-t3_4pbew0 even link " data-author="syrupdash" data-author-fullname="t2_aapd2" data-domain="i.imgur.com" data-fullname="t3_4pbew0" data-rank="14" data-subreddit="gaming" data-subreddit-fullname="t5_2qh03" data-timestamp="1466611424000" data-type="link" data-url="http://i.imgur.com/r7umZnt.jpg" id="thing_t3_4pbew0" onclick="click_thing(this)"><p class="parent"></p><span class="rank">14</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">4518</div><div class="score unvoted">4519</div><div class="score likes">4520</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail may-blank " href="http://i.imgur.com/r7umZnt.jpg" rel=""><img alt="" height="39" src="//b.thumbs.redditmedia.com/8oaBpeVbDmafM6aMBn0Rl6XQROzqrkkVLVO7YPMflMo.jpg" width="70"/></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="http://i.imgur.com/r7umZnt.jpg" rel="" tabindex="1">First World Anarchist</a> <span class="domain">(<a href="/domain/i.imgur.com/">i.imgur.com</a>)</span></p><div class="expando-button collapsed video"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T16:03:44+00:00" title="Wed Jun 22 16:03:44 2016 UTC">9 hours ago</time> by <a class="author may-blank id-t2_aapd2" href="https://www.reddit.com/user/syrupdash">syrupdash</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/gaming/">/r/gaming</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/gaming/comments/4pbew0/first_world_anarchist/" rel="nofollow">746 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pbew0"></div><div class="expando expando-uninitialized" data-cachedhtml=' &lt;div class="media-preview" id="media-preview-4pbew0" style="max-width: 1024px"&gt; &lt;div class="media-preview-content"&gt; &lt;a href="http://i.imgur.com/r7umZnt.jpg" class="may-blank"&gt; &lt;img class="preview" src="https://i.redditmedia.com/3N0jPeOV3w1Ia3Q9BnufKBE7cSjf8lkUI4t5fV6uMpk.jpg?w=1024&amp;amp;s=de13b6b614026a7dcf986c081f2c4f86" width="1024" height="576"&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; ' style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div>,
 <div class=" thing id-t3_4panw5 odd link " data-author="JackassWhisperer" data-author-fullname="t2_fmxqm" data-domain="reuters.com" data-fullname="t3_4panw5" data-rank="15" data-subreddit="worldnews" data-subreddit-fullname="t5_2qh13" data-timestamp="1466602480000" data-type="link" data-url="http://www.reuters.com/article/us-germany-fracking-idUSKCN0Z71YY" id="thing_t3_4panw5" onclick="click_thing(this)"><p class="parent"></p><span class="rank">15</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">5983</div><div class="score unvoted">5984</div><div class="score likes">5985</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><div class="entry unvoted"><p class="title"><a class="title may-blank " href="http://www.reuters.com/article/us-germany-fracking-idUSKCN0Z71YY" rel="" tabindex="1">German government agrees to ban fracking indefinitely</a> <span class="domain">(<a href="/domain/reuters.com/">reuters.com</a>)</span></p><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T13:34:40+00:00" title="Wed Jun 22 13:34:40 2016 UTC">12 hours ago</time> by <a class="author may-blank id-t2_fmxqm" href="https://www.reddit.com/user/JackassWhisperer">JackassWhisperer</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/worldnews/">/r/worldnews</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/worldnews/comments/4panw5/german_government_agrees_to_ban_fracking/" rel="nofollow">2511 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4panw5"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div>,
 <div class=" thing id-t3_4pbffj linkflair linkflair-M even link self" data-author="golonrisa" data-author-fullname="t2_ouiog" data-domain="self.tifu" data-fullname="t3_4pbffj" data-rank="16" data-subreddit="tifu" data-subreddit-fullname="t5_2to41" data-timestamp="1466611589000" data-type="link" data-url="/r/tifu/comments/4pbffj/tifu_by_finishing_my_phd/" id="thing_t3_4pbffj" onclick="click_thing(this)"><p class="parent"></p><span class="rank">16</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">3440</div><div class="score unvoted">3441</div><div class="score likes">3442</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><div class="entry unvoted"><p class="title"><a class="title may-blank " href="/r/tifu/comments/4pbffj/tifu_by_finishing_my_phd/" rel="" tabindex="1">TIFU By finishing my PhD.</a><span class="linkflairlabel" title="M">M</span> <span class="domain">(<a href="/r/tifu/">self.tifu</a>)</span></p><div class="expando-button collapsed selftext"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T16:06:29+00:00" title="Wed Jun 22 16:06:29 2016 UTC">9 hours ago</time> <time class="edited-timestamp" datetime="2016-06-23T01:42:14+00:00" title="last edited 14 minutes ago">*</time> by <a class="author may-blank id-t2_ouiog" href="https://www.reddit.com/user/golonrisa">golonrisa</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/tifu/">/r/tifu</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/tifu/comments/4pbffj/tifu_by_finishing_my_phd/" rel="nofollow">1019 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pbffj"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div>,
 <div class=" thing id-t3_4pc3xy odd link self" data-author="eshoves14" data-author-fullname="t2_9drig" data-domain="self.AskReddit" data-fullname="t3_4pc3xy" data-rank="17" data-subreddit="AskReddit" data-subreddit-fullname="t5_2qh1i" data-timestamp="1466618944000" data-type="link" data-url="/r/AskReddit/comments/4pc3xy/what_is_the_creepiest_and_most_unexplainable/" id="thing_t3_4pc3xy" onclick="click_thing(this)"><p class="parent"></p><span class="rank">17</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">2301</div><div class="score unvoted">2302</div><div class="score likes">2303</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><div class="entry unvoted"><p class="title"><a class="title may-blank " href="/r/AskReddit/comments/4pc3xy/what_is_the_creepiest_and_most_unexplainable/" rel="" tabindex="1">What is the creepiest and most unexplainable paranormal experience you've ever had?</a> <span class="domain">(<a href="/r/AskReddit/">self.AskReddit</a>)</span></p><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T18:09:04+00:00" title="Wed Jun 22 18:09:04 2016 UTC">7 hours ago</time> by <a class="author may-blank id-t2_9drig" href="https://www.reddit.com/user/eshoves14">eshoves14</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/AskReddit/">/r/AskReddit</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/AskReddit/comments/4pc3xy/what_is_the_creepiest_and_most_unexplainable/" rel="nofollow">2095 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pc3xy"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div>,
 <div class=" thing id-t3_4pay8c even link self" data-author="CanIGetAWotM8" data-author-fullname="t2_rrkkr" data-domain="self.LifeProTips" data-fullname="t3_4pay8c" data-rank="18" data-subreddit="LifeProTips" data-subreddit-fullname="t5_2s5oq" data-timestamp="1466606052000" data-type="link" data-url="/r/LifeProTips/comments/4pay8c/lpt_make_a_distinct_bend_in_your_business_card/" id="thing_t3_4pay8c" onclick="click_thing(this)"><p class="parent"></p><span class="rank">18</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">4429</div><div class="score unvoted">4430</div><div class="score likes">4431</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail self may-blank " href="/r/LifeProTips/comments/4pay8c/lpt_make_a_distinct_bend_in_your_business_card/" rel="nofollow"></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="/r/LifeProTips/comments/4pay8c/lpt_make_a_distinct_bend_in_your_business_card/" rel="nofollow" tabindex="1">LPT: Make a distinct bend in your business card before dropping it in a bowl used for a drawing. The drawer is more likely to pick a card that sticks out rather than lays flat.</a> <span class="domain">(<a href="/r/LifeProTips/">self.LifeProTips</a>)</span></p><div class="expando-button collapsed selftext"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T14:34:12+00:00" title="Wed Jun 22 14:34:12 2016 UTC">11 hours ago</time> by <a class="author may-blank id-t2_rrkkr" href="https://www.reddit.com/user/CanIGetAWotM8">CanIGetAWotM8</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/LifeProTips/">/r/LifeProTips</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/LifeProTips/comments/4pay8c/lpt_make_a_distinct_bend_in_your_business_card/" rel="nofollow">785 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pay8c"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div>,
 <div class=" thing id-t3_4parc7 linkflair linkflair-business odd link self" data-author="studentloanhero" data-author-fullname="t2_b80vk" data-domain="self.IAmA" data-fullname="t3_4parc7" data-rank="19" data-subreddit="IAmA" data-subreddit-fullname="t5_2qzb6" data-timestamp="1466603721000" data-type="link" data-url="/r/IAmA/comments/4parc7/i_created_a_startup_that_helps_people_pay_off/" id="thing_t3_4parc7" onclick="click_thing(this)"><p class="parent"></p><span class="rank">19</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">4537</div><div class="score unvoted">4538</div><div class="score likes">4539</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail self may-blank " href="/r/IAmA/comments/4parc7/i_created_a_startup_that_helps_people_pay_off/" rel=""></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="/r/IAmA/comments/4parc7/i_created_a_startup_that_helps_people_pay_off/" rel="" tabindex="1">I created a startup that helps people pay off their student loans. AMA!</a><span class="linkflairlabel" title="Business">Business</span> <span class="domain">(<a href="/r/IAmA/">self.IAmA</a>)</span></p><div class="expando-button collapsed selftext"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T13:55:21+00:00" title="Wed Jun 22 13:55:21 2016 UTC">12 hours ago</time> <time class="edited-timestamp" datetime="2016-06-22T22:11:25+00:00" title="last edited 3 hours ago">*</time> by <a class="author may-blank id-t2_b80vk" href="https://www.reddit.com/user/studentloanhero">studentloanhero</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/IAmA/">/r/IAmA</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/IAmA/comments/4parc7/i_created_a_startup_that_helps_people_pay_off/" rel="nofollow">2202 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4parc7"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div>,
 <div class=" thing id-t3_4pam6a even link " data-author="ken27238" data-author-fullname="t2_69mz7" data-domain="arstechnica.com" data-fullname="t3_4pam6a" data-rank="20" data-subreddit="nottheonion" data-subreddit-fullname="t5_2qnts" data-timestamp="1466601833000" data-type="link" data-url="http://arstechnica.com/science/2016/06/for-men-the-importance-of-safe-sex-depends-on-how-hot-their-partner-is/" id="thing_t3_4pam6a" onclick="click_thing(this)"><p class="parent"></p><span class="rank">20</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">4971</div><div class="score unvoted">4972</div><div class="score likes">4973</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail may-blank " href="http://arstechnica.com/science/2016/06/for-men-the-importance-of-safe-sex-depends-on-how-hot-their-partner-is/" rel=""><img alt="" height="52" src="//b.thumbs.redditmedia.com/eM_f1SKssiVX7FQRYP803V5KTTR-5t3OSgt6JbkpEkI.jpg" width="70"/></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="http://arstechnica.com/science/2016/06/for-men-the-importance-of-safe-sex-depends-on-how-hot-their-partner-is/" rel="" tabindex="1">For men, the importance of safe sex depends on how hot their partner is</a> <span class="domain">(<a href="/domain/arstechnica.com/">arstechnica.com</a>)</span></p><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T13:23:53+00:00" title="Wed Jun 22 13:23:53 2016 UTC">12 hours ago</time> by <a class="author may-blank id-t2_69mz7" href="https://www.reddit.com/user/ken27238">ken27238</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/nottheonion/">/r/nottheonion</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/nottheonion/comments/4pam6a/for_men_the_importance_of_safe_sex_depends_on_how/" rel="nofollow">3716 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pam6a"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div>,
 <div class=" thing id-t3_4pcngg odd link " data-author="zorzurafi" data-author-fullname="t2_ktppy" data-domain="i.imgur.com" data-fullname="t3_4pcngg" data-rank="21" data-subreddit="mildlyinteresting" data-subreddit-fullname="t5_2ti4h" data-timestamp="1466625028000" data-type="link" data-url="http://i.imgur.com/HBzAlge.jpg" id="thing_t3_4pcngg" onclick="click_thing(this)"><p class="parent"></p><span class="rank">21</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">1524</div><div class="score unvoted">1525</div><div class="score likes">1526</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail may-blank " href="http://i.imgur.com/HBzAlge.jpg" rel=""><img alt="" height="70" src="//b.thumbs.redditmedia.com/bbw0etUrtbY03jKuUsb8U4ap9yjUGJWu8e9-Roux5dg.jpg" width="70"/></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="http://i.imgur.com/HBzAlge.jpg" rel="" tabindex="1">One of my gummy bears turned out a little strange...</a> <span class="domain">(<a href="/domain/i.imgur.com/">i.imgur.com</a>)</span></p><div class="expando-button collapsed video"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T19:50:28+00:00" title="Wed Jun 22 19:50:28 2016 UTC">6 hours ago</time> by <a class="author may-blank id-t2_ktppy" href="https://www.reddit.com/user/zorzurafi">zorzurafi</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/mildlyinteresting/">/r/mildlyinteresting</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/mildlyinteresting/comments/4pcngg/one_of_my_gummy_bears_turned_out_a_little_strange/" rel="nofollow">94 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pcngg"></div><div class="expando expando-uninitialized" data-cachedhtml=' &lt;div class="media-preview" id="media-preview-4pcngg" style="max-width: 576px"&gt; &lt;div class="media-preview-content"&gt; &lt;a href="http://i.imgur.com/HBzAlge.jpg" class="may-blank"&gt; &lt;img class="preview" src="https://i.redditmedia.com/Is4gijaAs13V6vxfTW_luw-FhoRwknQjNW8xegRsLck.jpg?w=576&amp;amp;s=684b6b46601558fe7f8d11d19f6118e0" width="576" height="768"&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; ' style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div>,
 <div class=" thing id-t3_4paimu linkflair linkflair-soft-lock even link " data-author="_korbendallas_" data-author-fullname="t2_iqgmk" data-domain="i.imgur.com" data-fullname="t3_4paimu" data-rank="22" data-subreddit="photoshopbattles" data-subreddit-fullname="t5_2tecy" data-timestamp="1466600445000" data-type="link" data-url="http://i.imgur.com/vrMkgxQ.jpg" id="thing_t3_4paimu" onclick="click_thing(this)"><p class="parent"></p><span class="rank">22</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">5243</div><div class="score unvoted">5244</div><div class="score likes">5245</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail may-blank " href="http://i.imgur.com/vrMkgxQ.jpg" rel=""><img alt="" height="70" src="//b.thumbs.redditmedia.com/scESvIJJHeAPC5MxSIS4rJRciOmxa9APzUygVQbxCOQ.jpg" width="70"/></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="http://i.imgur.com/vrMkgxQ.jpg" rel="" tabindex="1">PsBattle: Peter Dinklage riding a scooter</a><span class="linkflairlabel" title="Photoshops Only Mode | Cutout in Comments">Photoshops Only Mode | Cutout in Comments</span> <span class="domain">(<a href="/domain/i.imgur.com/">i.imgur.com</a>)</span></p><div class="expando-button collapsed video"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T13:00:45+00:00" title="Wed Jun 22 13:00:45 2016 UTC">12 hours ago</time> by <a class="author may-blank id-t2_iqgmk" href="https://www.reddit.com/user/_korbendallas_">_korbendallas_</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/photoshopbattles/">/r/photoshopbattles</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/photoshopbattles/comments/4paimu/psbattle_peter_dinklage_riding_a_scooter/" rel="nofollow">486 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4paimu"></div><div class="expando expando-uninitialized" data-cachedhtml=' &lt;div class="media-preview" id="media-preview-4paimu" style="max-width: 615px"&gt; &lt;div class="media-preview-content"&gt; &lt;a href="http://i.imgur.com/vrMkgxQ.jpg" class="may-blank"&gt; &lt;img class="preview" src="https://i.redditmedia.com/BU0QybMYOxY7_7ezw1Q9lAKF8ACd6egANq9Ud3asR_M.png?w=615&amp;amp;s=4c539da8577828a2de0eacca260bf38a" width="615" height="768"&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; ' style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div>,
 <div class=" thing id-t3_4padlt odd link " data-author="jaykirsch" data-author-fullname="t2_snpqs" data-domain="i.imgur.com" data-fullname="t3_4padlt" data-rank="23" data-subreddit="OldSchoolCool" data-subreddit-fullname="t5_2tycb" data-timestamp="1466598383000" data-type="link" data-url="http://i.imgur.com/100VGtu.jpg" id="thing_t3_4padlt" onclick="click_thing(this)"><p class="parent"></p><span class="rank">23</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">5469</div><div class="score unvoted">5470</div><div class="score likes">5471</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail may-blank " href="http://i.imgur.com/100VGtu.jpg" rel=""><img alt="" height="68" src="//b.thumbs.redditmedia.com/9Y1U2tPNXrBUGMUcRdPIwoIPWYlqJjGwdSeQ_l-whFc.jpg" width="70"/></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="http://i.imgur.com/100VGtu.jpg" rel="" tabindex="1">Albert Einstein and Charlie Chaplain, 1931</a> <span class="domain">(<a href="/domain/i.imgur.com/">i.imgur.com</a>)</span></p><div class="expando-button collapsed video"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T12:26:23+00:00" title="Wed Jun 22 12:26:23 2016 UTC">13 hours ago</time> by <a class="author may-blank id-t2_snpqs" href="https://www.reddit.com/user/jaykirsch">jaykirsch</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/OldSchoolCool/">/r/OldSchoolCool</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/OldSchoolCool/comments/4padlt/albert_einstein_and_charlie_chaplain_1931/" rel="nofollow">664 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4padlt"></div><div class="expando expando-uninitialized" data-cachedhtml=' &lt;div class="media-preview" id="media-preview-4padlt" style="max-width: 671px"&gt; &lt;div class="media-preview-content"&gt; &lt;a href="http://i.imgur.com/100VGtu.jpg" class="may-blank"&gt; &lt;img class="preview" src="https://i.redditmedia.com/baDo7rqct6CN79AmJxbx8UaGsMKlCfSwEgNt_1N5XYM.jpg?w=671&amp;amp;s=04ab58a29785c4c968c29497072e22bb" width="671" height="654"&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; ' style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div>,
 <div class=" thing id-t3_4pb2jh linkflair linkflair-Engineering even link self" data-author="KyleHooks" data-author-fullname="t2_n6fry" data-domain="self.explainlikeimfive" data-fullname="t3_4pb2jh" data-rank="24" data-subreddit="explainlikeimfive" data-subreddit-fullname="t5_2sokd" data-timestamp="1466607522000" data-type="link" data-url="/r/explainlikeimfive/comments/4pb2jh/eli5_why_tunnels_that_go_underground_dont_flood/" id="thing_t3_4pb2jh" onclick="click_thing(this)"><p class="parent"></p><span class="rank">24</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">3169</div><div class="score unvoted">3170</div><div class="score likes">3171</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><div class="entry unvoted"><p class="title"><a class="title may-blank " href="/r/explainlikeimfive/comments/4pb2jh/eli5_why_tunnels_that_go_underground_dont_flood/" rel="" tabindex="1">ELI5: Why tunnels that go underground don't flood when it rains</a><span class="linkflairlabel" title="Engineering">Engineering</span> <span class="domain">(<a href="/r/explainlikeimfive/">self.explainlikeimfive</a>)</span></p><div class="expando-button collapsed selftext"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T14:58:42+00:00" title="Wed Jun 22 14:58:42 2016 UTC">10 hours ago</time> <time class="edited-timestamp" datetime="2016-06-22T15:20:04+00:00" title="last edited 10 hours ago">*</time> by <a class="author may-blank id-t2_n6fry" href="https://www.reddit.com/user/KyleHooks">KyleHooks</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/explainlikeimfive/">/r/explainlikeimfive</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/explainlikeimfive/comments/4pb2jh/eli5_why_tunnels_that_go_underground_dont_flood/" rel="nofollow">556 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4pb2jh"></div><div class="expando expando-uninitialized" style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div>,
 <div class=" thing id-t3_4paiyy linkflair linkflair-poster odd link " data-author="filmfanatic5" data-author-fullname="t2_lonuo" data-domain="i.redd.it" data-fullname="t3_4paiyy" data-rank="25" data-subreddit="movies" data-subreddit-fullname="t5_2qh3s" data-timestamp="1466600575000" data-type="link" data-url="/r/movies/comments/4paiyy/power_rangers_teaser_poster/" id="thing_t3_4paiyy" onclick="click_thing(this)"><p class="parent"></p><span class="rank">25</span><div class="midcol unvoted"><div aria-label="upvote" class="arrow up login-required access-required" data-event-action="upvote" role="button" tabindex="0"></div><div class="score dislikes">4372</div><div class="score unvoted">4373</div><div class="score likes">4374</div><div aria-label="downvote" class="arrow down login-required access-required" data-event-action="downvote" role="button" tabindex="0"></div></div><a class="thumbnail may-blank " href="/r/movies/comments/4paiyy/power_rangers_teaser_poster/" rel=""><img alt="" height="70" src="//b.thumbs.redditmedia.com/rYIZBMfsCMYPwfjUW4HRoslgEoJ8jLx0Ng14lDpnv1A.jpg" width="70"/></a><div class="entry unvoted"><p class="title"><a class="title may-blank " href="/r/movies/comments/4paiyy/power_rangers_teaser_poster/" rel="" tabindex="1">'Power Rangers' Teaser Poster</a><span class="linkflairlabel" title="Poster">Poster</span> <span class="domain">(<a href="/domain/i.redd.it/">i.redd.it</a>)</span></p><div class="expando-button collapsed video"></div><p class="tagline">submitted <time class="live-timestamp" datetime="2016-06-22T13:02:55+00:00" title="Wed Jun 22 13:02:55 2016 UTC">12 hours ago</time> by <a class="author may-blank id-t2_lonuo" href="https://www.reddit.com/user/filmfanatic5">filmfanatic5</a><span class="userattrs"></span> to <a class="subreddit hover may-blank" href="https://www.reddit.com/r/movies/">/r/movies</a></p><ul class="flat-list buttons"><li class="first"><a class="bylink comments may-blank" data-event-action="comments" href="https://www.reddit.com/r/movies/comments/4paiyy/power_rangers_teaser_poster/" rel="nofollow">1249 comments</a></li><li class="share"><a class="post-sharing-button" href="javascript: void 0;">share</a></li></ul><div class="reportform report-t3_4paiyy"></div><div class="expando expando-uninitialized" data-cachedhtml=' &lt;div class="media-preview" id="media-preview-4paiyy" style="max-width: 498px"&gt; &lt;div class="media-preview-content"&gt; &lt;a href="https://i.redd.it/3329420zau4x.jpg" class="may-blank"&gt; &lt;img class="preview" src="https://i.redditmedia.com/4v5s3MAzmH0zCzfMxjNEx1Kvb9roNDcVwjLPUJiIvsk.jpg?w=498&amp;amp;s=b0175e6719f8b965ee8686d7ff4f64db" width="498" height="768"&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; ' style="display: none"><span class="error">loading...</span></div></div><div class="child"></div><div class="clearleft"></div></div>,
 <div class="nav-buttons"><span class="nextprev">view more: <a href="https://www.reddit.com/?count=25&amp;after=t3_4paiyy" rel="nofollow next">next ›</a></span><span class="next-suggestions">or try a <a href="https://www.reddit.com/r/random">random subreddit</a></span></div>]

In [165]:
all_stories = []
for title in posts:
    #getting the title from the a_tag
    story_title = title.find("a", {'class': 'title may-blank ' })
    story_title = story_title.string
    story_dict = {'title': story_title}
    all_stories.append(story_dict)
all_stories


---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
<ipython-input-165-4825225ba635> in <module>()
      3     #getting the title from the a_tag
      4     story_title = title.find("a", {'class': 'title may-blank ' })
----> 5     story_title = story_title.string
      6     story_dict = {'title': story_title}
      7     all_stories.append(story_dict)

AttributeError: 'NoneType' object has no attribute 'string'

In [166]:
all_stories = []
for title in posts:
    #getting the title from the a_tag
    if title == None:
        story_title = 'test'
    else:
        story_title = title.find("a", {'class': 'title may-blank ' })
    all_stories.append(story_title)
all_stories


Out[166]:
[<a class="title may-blank " href="/r/tifu/comments/4peacp/tifu_by_sneezing_on_a_germophobes_lunchbox/" rel="nofollow" tabindex="1">TIFU by sneezing on a germophobe's lunchbox.</a>,
 <a class="title may-blank " href="/r/TwoXChromosomes/comments/4pe9wi/im_taking_a_gender_class_for_the_first_time_and/" rel="nofollow" tabindex="1">I'm taking a gender class for the first time and struggling A LOT. I think my classmates think I'm a bad feminist and I'm not sure if they're right.</a>,
 <a class="title may-blank " href="https://themotorcycleindustry.bandcamp.com/track/french-for-tigers" rel="nofollow" tabindex="1">The Motorcycle Industry -- French for Tigers [Pop Punk] (2010)</a>,
 <a class="title may-blank " href="/r/Showerthoughts/comments/4pea6e/if_i_ever_run_into_anyone_named_jessica_fletcher/" rel="nofollow" tabindex="1">If I ever run into anyone named Jessica Fletcher, I'm getting the heck out of there</a>,
 <a class="title may-blank " href="/r/AskReddit/comments/4pealf/what_are_the_best_documentaries_on_netflix/" rel="" tabindex="1">What are the best documentaries on Netflix?</a>,
 <a class="title may-blank " href="http://i.imgur.com/nPTORue.png" rel="nofollow" tabindex="1">Sprinkle Infusion 24x18 Acrylic, Latex, Ink, &amp; Watercolor On Textured Canvas</a>,
 <a class="title may-blank " href="http://imgur.com/Nj2jtr0" rel="nofollow" tabindex="1">Ps Battle: Double mailman.</a>,
 <a class="title may-blank " href="/r/Showerthoughts/comments/4pe9xk/i_wonder_how_many_rocket_league_matches_i_could/" rel="nofollow" tabindex="1">I wonder how many Rocket League matches I could have won if I could actually hit the ball.</a>,
 None,
 <a class="title may-blank " href="http://money.cnn.com/2016/06/22/real_estate/rent-affordability-housing-harvard/" rel="" tabindex="1">11 million Americans spend half their income on rent</a>,
 <a class="title may-blank " href="http://imgur.com/ZTBz6Ff" rel="" tabindex="1">View of Cleveland for the Cavaliers parade</a>,
 <a class="title may-blank " href="http://i.imgur.com/nuRZv1O.gifv" rel="" tabindex="1">"I'm stuck...I'm stuck! Never mind...I got it!"</a>,
 <a class="title may-blank " href="https://www.theguardian.com/world/2016/jun/22/abortion-information-zika-virus-birth-defects-latin-america-study?CMP=twt_b-gdnnews" rel="" tabindex="1">Demand for abortions soars in countries hit by Zika outbreak, study finds</a>,
 <a class="title may-blank " href="/r/pics/comments/4pcz9m/this_pro_wrestler_looks_like_frasier_on_steroids/" rel="" tabindex="1">This pro wrestler looks like frasier on steroids</a>,
 <a class="title may-blank " href="/r/Showerthoughts/comments/4pbr8b/there_exists_a_set_of_finite_actions_that_if_i/" rel="nofollow" tabindex="1">There exists a set of finite actions that, if I performed them in the correct order, would make me a millionaire in a day. I just don't know what they are.</a>,
 <a class="title may-blank " href="https://en.wikipedia.org/wiki/Dihydrogen_monoxide_hoax#cite_ref-17" rel="" tabindex="1">TIL that in 1997, 14 year old Nathan Zohner was able to get 43 out of 50 of his classmates to vote to ban "Dihydrogen Monoxide" for his science fair project. His project aimed to prove that the use of true facts can lead the ignorant public to false conclusions. He won first prize.</a>,
 <a class="title may-blank " href="https://i.reddituploads.com/279da42ef1c14c02a540bc02cc14b06a?fit=max&amp;h=1536&amp;w=1536&amp;s=a1f7537addf26a81d76501e62b3a04f2" rel="" tabindex="1">My kitten constantly looks like she's having an existential crisis.</a>,
 <a class="title may-blank " href="/r/personalfinance/comments/4pbhl1/my_mom_just_left_and_im_going_to_be_homeless_at/" rel="" tabindex="1">My mom just left and I'm going to be homeless at the end of the month. I'm really scared and don't know what to do.</a>,
 <a class="title may-blank " href="/r/Art/comments/4pbvk5/two_clowns_in_the_same_circus_16_x_12s_oil_on/" rel="" tabindex="1">"Two clowns in the same circus" 16 x 12s oil on linen</a>,
 <a class="title may-blank " href="http://imgur.com/a/cGq5r" rel="" tabindex="1">Custom Nintendo 64</a>,
 <a class="title may-blank " href="http://bbc.co.uk/news/world-us-canada-36597949" rel="" tabindex="1">Free tampons and pads are coming to New York City's public schools, prisons and homeless shelters</a>,
 <a class="title may-blank " href="http://i.imgur.com/r7umZnt.jpg" rel="" tabindex="1">First World Anarchist</a>,
 <a class="title may-blank " href="http://www.reuters.com/article/us-germany-fracking-idUSKCN0Z71YY" rel="" tabindex="1">German government agrees to ban fracking indefinitely</a>,
 <a class="title may-blank " href="/r/tifu/comments/4pbffj/tifu_by_finishing_my_phd/" rel="" tabindex="1">TIFU By finishing my PhD.</a>,
 <a class="title may-blank " href="/r/AskReddit/comments/4pc3xy/what_is_the_creepiest_and_most_unexplainable/" rel="" tabindex="1">What is the creepiest and most unexplainable paranormal experience you've ever had?</a>,
 <a class="title may-blank " href="/r/LifeProTips/comments/4pay8c/lpt_make_a_distinct_bend_in_your_business_card/" rel="nofollow" tabindex="1">LPT: Make a distinct bend in your business card before dropping it in a bowl used for a drawing. The drawer is more likely to pick a card that sticks out rather than lays flat.</a>,
 <a class="title may-blank " href="/r/IAmA/comments/4parc7/i_created_a_startup_that_helps_people_pay_off/" rel="" tabindex="1">I created a startup that helps people pay off their student loans. AMA!</a>,
 <a class="title may-blank " href="http://arstechnica.com/science/2016/06/for-men-the-importance-of-safe-sex-depends-on-how-hot-their-partner-is/" rel="" tabindex="1">For men, the importance of safe sex depends on how hot their partner is</a>,
 <a class="title may-blank " href="http://i.imgur.com/HBzAlge.jpg" rel="" tabindex="1">One of my gummy bears turned out a little strange...</a>,
 <a class="title may-blank " href="http://i.imgur.com/vrMkgxQ.jpg" rel="" tabindex="1">PsBattle: Peter Dinklage riding a scooter</a>,
 <a class="title may-blank " href="http://i.imgur.com/100VGtu.jpg" rel="" tabindex="1">Albert Einstein and Charlie Chaplain, 1931</a>,
 <a class="title may-blank " href="/r/explainlikeimfive/comments/4pb2jh/eli5_why_tunnels_that_go_underground_dont_flood/" rel="" tabindex="1">ELI5: Why tunnels that go underground don't flood when it rains</a>,
 <a class="title may-blank " href="/r/movies/comments/4paiyy/power_rangers_teaser_poster/" rel="" tabindex="1">'Power Rangers' Teaser Poster</a>,
 None]

In [134]:
test = [<a class="title may-blank " href="/r/personalfinance/comments/4pcged/starting_a_roth_ira_what_are_the_beginning_steps/" rel="nofollow" tabindex="1">Starting a Roth IRA, What are the beginning steps?</a>,
 <a class="title may-blank " href="/r/Showerthoughts/comments/4pch3c/the_earths_rotations_slows_very_slightly_every/" rel="nofollow" tabindex="1">The Earth's rotations slows very slightly every year, making every day a little longer than the same day the year before. Yesterday was the longest day of this year. Therefore, it was also the longest day in the history of the world.</a>]


  File "<ipython-input-134-02d1d9b4e126>", line 1
    test = [<a class="title may-blank " href="/r/personalfinance/comments/4pcged/starting_a_roth_ira_what_are_the_beginning_steps/" rel="nofollow" tabindex="1">Starting a Roth IRA, What are the beginning steps?</a>,
            ^
SyntaxError: invalid syntax

In [ ]: